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 belopolsky
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.17:57:28
SpamBayes Score 0.020245811
Marked as misclassified No
Message-id <1276624649.9.0.956071181737.issue5094@psf.upfronthosting.co.za>
In-reply-to
Content
What about 

"""
.. method:: datetime.utcoffset()

   If :attr:`tzinfo` is ``None``, returns ``None``, else returns ...
"""

Should this use "return" too?
History
Date User Action Args
2010-06-15 17:57:30belopolskysetrecipients: + belopolsky, tim.peters, doerwalter, brett.cannon, mark.dickinson, ggenellina, pitrou, techtonik, ajaksu2, kawai, ezio.melotti, eric.araujo, r.david.murray, rafe, daniel.urban, l0nwlf, akira
2010-06-15 17:57:29belopolskysetmessageid: <1276624649.9.0.956071181737.issue5094@psf.upfronthosting.co.za>
2010-06-15 17:57:28belopolskylinkissue5094 messages
2010-06-15 17:57:28belopolskycreate