diff options
author | Guido van Rossum <guido@python.org> | 2011-03-29 19:55:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2011-03-29 19:55:41 (GMT) |
commit | acb63092b7966f6329c337960729559e1c503364 (patch) | |
tree | 081d5ec51f720cf0c336b6cd0af958b36aeb286d /Misc | |
parent | ad45bfe2d390eb94cf6d0e91b97c1db4bef2a2a9 (diff) | |
parent | a119df91f33724f64e6bc1ecb484eeaa30ace014 (diff) | |
download | cpython-acb63092b7966f6329c337960729559e1c503364.zip cpython-acb63092b7966f6329c337960729559e1c503364.tar.gz cpython-acb63092b7966f6329c337960729559e1c503364.tar.bz2 |
Merge issue 11662.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ Library - Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. Patch by Ben Hayden. +- Issue #11662: Make urllib and urllib2 ignore redirections if the + scheme is not HTTP, HTTPS or FTP (CVE-2011-1521). + - Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar for expiration year greater than 2038 on 32-bit systems. |