diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-21 01:51:38 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-21 01:51:38 (GMT) |
commit | 56f9a0221b097590436add843b6c96cf8b657af4 (patch) | |
tree | 0d63efef981f11207334913896b6ed5946069742 /Misc | |
parent | 6f0e4f99ab2f14864557e7f8dda1d575dd0e1f6c (diff) | |
parent | 628225c0d1647b1cdc804f8b1bfa3080ca5b213c (diff) | |
download | cpython-56f9a0221b097590436add843b6c96cf8b657af4.zip cpython-56f9a0221b097590436add843b6c96cf8b657af4.tar.gz cpython-56f9a0221b097590436add843b6c96cf8b657af4.tar.bz2 |
merge 3.1
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- Issue #5537: Fix time2isoz() and time2netscape() functions of + httplib.cookiejar for expiration year greater than 2038 on 32-bit systems. + - Issue #11563: Connection:close header is sent by requests using URLOpener class which helps in closing of sockets after connection is over. Patch contributions by Jeff McNeil and Nadeem Vawda. |