summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2008-08-17 03:38:39 (GMT)
committerFacundo Batista <facundobatista@gmail.com>2008-08-17 03:38:39 (GMT)
commit94f243aa41286fa6f3733c21d7936222e7f6c251 (patch)
tree4ad5bbc02b78d66711c59cd81aedf9990fe3f5a9 /Misc
parent25f2d89f324c1456c4bf9b4292d3bb9c2ad6293d (diff)
downloadcpython-94f243aa41286fa6f3733c21d7936222e7f6c251.zip
cpython-94f243aa41286fa6f3733c21d7936222e7f6c251.tar.gz
cpython-94f243aa41286fa6f3733c21d7936222e7f6c251.tar.bz2
Issue 2464. Supports a malformation in the URL received
in a redirect.
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 7736ca7..08ee9f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Core and Builtins
Library
-------
+- Issue 2464. urllib2 now supports a malformation in the URL received
+ in a redirect.
+
- Silence the DeprecationWarning raised when importing mimetools in
BaseHTTPServer, cgi (and rfc822), httplib.