[issue5537] LWPCookieJar cannot handle cookies with expirations of 2038 or greater on 32-bit platforms

John J Lee report at bugs.python.org
Sun May 9 21:57:31 CEST 2010


John J Lee <jjlee at users.sourceforge.net> added the comment:

Shouldn't module time be changed to use a cross-platform implementation that uses a 64 bit time_t-like type?  Apparently Perl 6 has made the equivalent change.

Admittedly there seems to be no sign of that actually happening.

----------
nosy: +jjlee

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5537>
_______________________________________


More information about the Python-bugs-list mailing list