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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, aht, amaury.forgeotdarc, djc, hodgestar, pr0gg3d, zooko
Date 2010-02-24.17:21:10
SpamBayes Score 5.7961814e-05
Marked as misclassified No
Message-id <1267032072.23.0.715042991439.issue6280@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good. 

A documentation typo:

 gmtime() -- convert seconds since Epoch to UTC tuple\n\
+timegm() - Convert a UTC tuple to seconds since the Epoch.\n\

Note the use of -- in the existing items.

I understand that the choice of float for return value is dictated by consistency with mktime, but I question the wisdom of returning float instead of int from mktime.
History
Date User Action Args
2010-02-24 17:21:12Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, zooko, amaury.forgeotdarc, djc, hodgestar, pr0gg3d, aht
2010-02-24 17:21:12Alexander.Belopolskysetmessageid: <1267032072.23.0.715042991439.issue6280@psf.upfronthosting.co.za>
2010-02-24 17:21:10Alexander.Belopolskylinkissue6280 messages
2010-02-24 17:21:10Alexander.Belopolskycreate