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 aht, amaury.forgeotdarc, belopolsky, djc, hodgestar, mark.dickinson, pr0gg3d, zooko
Date 2010-06-14.19:06:07
SpamBayes Score 0.01390513
Marked as misclassified No
Message-id <1276542370.42.0.16579047079.issue6280@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-14 19:06:10belopolskysetrecipients: + belopolsky, zooko, amaury.forgeotdarc, mark.dickinson, djc, hodgestar, pr0gg3d, aht
2010-06-14 19:06:10belopolskysetmessageid: <1276542370.42.0.16579047079.issue6280@psf.upfronthosting.co.za>
2010-06-14 19:06:08belopolskylinkissue6280 messages
2010-06-14 19:06:07belopolskycreate