Merge ~facundo/pytz:master into pytz:master

Proposed by Facundo Batista
Status: Merged
Merged at revision: 8e941cf012078fd55ca00db9aa5f0d981137a343
Proposed branch: ~facundo/pytz:master
Merge into: pytz:master
Diff against target: 31 lines (+3/-3)
1 file modified
src/README.txt (+3/-3)
Reviewer Review Type Date Requested Status
Stuart Bishop Approve
Review via email: mp+328129@code.launchpad.net

Commit message

Fixed README.txt to not issue warnings, so PyPI renders it properly.

Description of the change

Fixed README.txt to not issue warnings, so PyPI renders it properly.

One way to check this is do the following:

  fades -d rst2html5 -x rst2html5 README.txt > foo.html

rst2html5 will issue warnings to stderr, so you should NOT see anything as output.

To post a comment you must log in.
Revision history for this message
Stuart Bishop (stub) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/src/README.txt b/src/README.txt
index 56c4bb3..0a55328 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -263,7 +263,7 @@ pytz custom syntax, the best you can do is make an educated guess:
263As you can see, the system has chosen one for you and there is a 50%263As you can see, the system has chosen one for you and there is a 50%
264chance of it being out by one hour. For some applications, this does264chance of it being out by one hour. For some applications, this does
265not matter. However, if you are trying to schedule meetings with people265not matter. However, if you are trying to schedule meetings with people
266in different timezones or analyze log files it is not acceptable. 266in different timezones or analyze log files it is not acceptable.
267267
268The best and simplest solution is to stick with using UTC. The pytz268The best and simplest solution is to stick with using UTC. The pytz
269package encourages using UTC for internal timezone representation by269package encourages using UTC for internal timezone representation by
@@ -516,7 +516,7 @@ Internationalization - i18n/l10n
516~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~516~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
517517
518Pytz is an interface to the IANA database, which uses ASCII names. The `Unicode Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_518Pytz is an interface to the IANA database, which uses ASCII names. The `Unicode Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
519project provides translations. Thomas Khyn's 519project provides translations. Thomas Khyn's
520`l18n <https://pypi.python.org/pypi/l18n>`_ package can be used to access520`l18n <https://pypi.python.org/pypi/l18n>`_ package can be used to access
521these translations from Python.521these translations from Python.
522522
@@ -555,7 +555,7 @@ hosted there.
555Bugs, Feature Requests & Patches555Bugs, Feature Requests & Patches
556~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~556~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
557557
558Bugs can be reported using `Launchpad <https://bugs.launchpad.net/pytz>`_.558Bugs can be reported using `Launchpad <https://bugs.launchpad.net/pytz>`__.
559559
560560
561Issues & Limitations561Issues & Limitations

Subscribers

People subscribed via source and target branches

to all changes: