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
1diff --git a/src/README.txt b/src/README.txt
2index 56c4bb3..0a55328 100644
3--- a/src/README.txt
4+++ b/src/README.txt
5@@ -263,7 +263,7 @@ pytz custom syntax, the best you can do is make an educated guess:
6 As you can see, the system has chosen one for you and there is a 50%
7 chance of it being out by one hour. For some applications, this does
8 not matter. However, if you are trying to schedule meetings with people
9-in different timezones or analyze log files it is not acceptable.
10+in different timezones or analyze log files it is not acceptable.
11
12 The best and simplest solution is to stick with using UTC. The pytz
13 package encourages using UTC for internal timezone representation by
14@@ -516,7 +516,7 @@ Internationalization - i18n/l10n
15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
17 Pytz is an interface to the IANA database, which uses ASCII names. The `Unicode Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
18-project provides translations. Thomas Khyn's
19+project provides translations. Thomas Khyn's
20 `l18n <https://pypi.python.org/pypi/l18n>`_ package can be used to access
21 these translations from Python.
22
23@@ -555,7 +555,7 @@ hosted there.
24 Bugs, Feature Requests & Patches
25 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
27-Bugs can be reported using `Launchpad <https://bugs.launchpad.net/pytz>`_.
28+Bugs can be reported using `Launchpad <https://bugs.launchpad.net/pytz>`__.
29
30
31 Issues & Limitations

Subscribers

People subscribed via source and target branches

to all changes: