Issue 2464. Supports a malformation in the URL received
in a redirect.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7736ca7..08ee9f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@
 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.