[issue14448] Mention pytz in datetime's docs

2012-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1e5a483248ce by Sandro Tosi in branch '2.7': Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions http://hg.python.org/cpython/rev/1e5a483248ce New changeset a5a0d47e6e78 by Sandro Tosi in branch '3.2': Issue #14

[issue14448] Mention pytz in datetime's docs

2012-04-24 Thread Sandro Tosi
Sandro Tosi added the comment: I've reworded a bit the patch: thanks for it, Andrew -- nosy: +sandro.tosi resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue14448] Mention pytz in datetime's docs

2012-04-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset e0e421133d0f by Sandro Tosi in branch '2.7': Issue #14448: mention pytz; patch by Andrew Svetlov http://hg.python.org/cpython/rev/e0e421133d0f New changeset 3aec41794584 by Sandro Tosi in branch '3.2': Issue #14448: mention pytz; patch by Andrew Sv

[issue14448] Mention pytz in datetime's docs

2012-03-29 Thread Éric Araujo
Éric Araujo added the comment: Good idea. The patch has a few English and markup errors; I’ll update it when I get home. To catch such errors in the future, you can re-run “make html”. -- nosy: +eric.araujo title: Metnion pytz in datetime's docs -> Mention pytz in datetime's docs ver