diff options
author | Facundo Batista <facundobatista@gmail.com> | 2008-08-17 03:38:39 (GMT) |
---|---|---|
committer | Facundo Batista <facundobatista@gmail.com> | 2008-08-17 03:38:39 (GMT) |
commit | 94f243aa41286fa6f3733c21d7936222e7f6c251 (patch) | |
tree | 4ad5bbc02b78d66711c59cd81aedf9990fe3f5a9 /Misc | |
parent | 25f2d89f324c1456c4bf9b4292d3bb9c2ad6293d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |