summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-03-21 01:51:38 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-03-21 01:51:38 (GMT)
commit56f9a0221b097590436add843b6c96cf8b657af4 (patch)
tree0d63efef981f11207334913896b6ed5946069742 /Misc
parent6f0e4f99ab2f14864557e7f8dda1d575dd0e1f6c (diff)
parent628225c0d1647b1cdc804f8b1bfa3080ca5b213c (diff)
downloadcpython-56f9a0221b097590436add843b6c96cf8b657af4.zip
cpython-56f9a0221b097590436add843b6c96cf8b657af4.tar.gz
cpython-56f9a0221b097590436add843b6c96cf8b657af4.tar.bz2
merge 3.1
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 49626f1..5dc8a64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.