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.

作者 Alexander.Belopolsky
收信人 Alexander.Belopolsky, aht, amaury.forgeotdarc, djc, hodgestar, pr0gg3d, zooko
日期 2010-02-24.17:21:10
SpamBayes Score 5.7961814e-05
Marked as misclassified
Message-id <1267032072.23.0.715042991439.issue6280@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-02-24 17:21:12Alexander.Belopolsky修改recipients: + Alexander.Belopolsky, zooko, amaury.forgeotdarc, djc, hodgestar, pr0gg3d, aht
2010-02-24 17:21:12Alexander.Belopolsky修改messageid: <1267032072.23.0.715042991439.issue6280@psf.upfronthosting.co.za>
2010-02-24 17:21:10Alexander.Belopolsky链接issue6280 messages
2010-02-24 17:21:10Alexander.Belopolsky创建