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.

作者 belopolsky
收信人 aht, amaury.forgeotdarc, belopolsky, djc, hodgestar, mark.dickinson, pr0gg3d, zooko
日期 2010-06-14.19:06:07
SpamBayes Score 0.01390513
Marked as misclassified
Message-id <1276542370.42.0.16579047079.issue6280@psf.upfronthosting.co.za>
In-reply-to
内容
I reverted r81988 in r81989. Some code may rely on timegm() accepting float in tm_sec.  See http2time in Lib/http/cookiejar.py.

It is very easy to modify implementation to accept float seconds, but old implementation accidentally work for float hours and minutes as well.
历史
日期 用户 动作 参数
2010-06-14 19:06:10belopolsky修改recipients: + belopolsky, zooko, amaury.forgeotdarc, mark.dickinson, djc, hodgestar, pr0gg3d, aht
2010-06-14 19:06:10belopolsky修改messageid: <1276542370.42.0.16579047079.issue6280@psf.upfronthosting.co.za>
2010-06-14 19:06:08belopolsky链接issue6280 messages
2010-06-14 19:06:07belopolsky创建