]> granicus.if.org Git - python/commit
Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 01:38:51 +0000 (02:38 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 01:38:51 +0000 (02:38 +0100)
commit628225c0d1647b1cdc804f8b1bfa3080ca5b213c
tree6ccd77b7a76dfbc50495b5d449a024aae3319d7f
parent09eb980e3ee0d682662ec130ed991daccb7aab97
Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar
for expiration year greater than 2038 on 32-bit systems.
Lib/http/cookiejar.py
Misc/NEWS