This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients ajaksu2, akira, belopolsky, brett.cannon, daniel.urban, doerwalter, eric.araujo, ezio.melotti, ggenellina, kawai, l0nwlf, mark.dickinson, pitrou, r.david.murray, rafe, techtonik, tim.peters
Date 2010-06-15.18:26:23
SpamBayes Score 0.045283154
Marked as misclassified No
Message-id <1276626384.91.0.473889824262.issue5094@psf.upfronthosting.co.za>
In-reply-to
Content
Suggestion for one line:
“The *dt* argument must be aware with ``tzinfo`` set to ``self``.”
“The *dt* argument must be an aware datetime, with ``tzinfo`` set to ``self``.”

If there is a reST construct for aware datetime, use it. Since “self” is not special, perhaps an alternate wording like “the timezone instance from which the method is called”, but less ugly.

Some PyDoc_STR calls still use “Returns.”

By the way, you could have committed the unittest changes directly.
History
Date User Action Args
2010-06-15 18:26:25eric.araujosetrecipients: + eric.araujo, tim.peters, doerwalter, brett.cannon, mark.dickinson, belopolsky, ggenellina, pitrou, techtonik, ajaksu2, kawai, ezio.melotti, r.david.murray, rafe, daniel.urban, l0nwlf, akira
2010-06-15 18:26:24eric.araujosetmessageid: <1276626384.91.0.473889824262.issue5094@psf.upfronthosting.co.za>
2010-06-15 18:26:23eric.araujolinkissue5094 messages
2010-06-15 18:26:23eric.araujocreate