diff options
author | guido@google.com <guido@google.com> | 2011-03-29 18:51:26 (GMT) |
---|---|---|
committer | guido@google.com <guido@google.com> | 2011-03-29 18:51:26 (GMT) |
commit | c768ff5d4f69f94455db82646e004fac4d11876e (patch) | |
tree | 77144fa55f5cc370a26d6db11766e0bffd35b3be /Misc/NEWS | |
parent | c7d28be62f56a9089b1a96b2d46a7041822c5885 (diff) | |
parent | a119df91f33724f64e6bc1ecb484eeaa30ace014 (diff) | |
download | cpython-c768ff5d4f69f94455db82646e004fac4d11876e.zip cpython-c768ff5d4f69f94455db82646e004fac4d11876e.tar.gz cpython-c768ff5d4f69f94455db82646e004fac4d11876e.tar.bz2 |
Merge Issue 11662 from 3.1 branch.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- Issue #11662: Make urllib and urllib2 ignore redirections if the + scheme is not HTTP, HTTPS or FTP (CVE-2011-1521). + - Issue #11628: cmp_to_key generated class should use __slots__ - Issue #5537: Fix time2isoz() and time2netscape() functions of |