diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-22 05:08:13 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-22 05:08:13 (GMT) |
commit | 249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c (patch) | |
tree | f809fcf68f050c6dff380aa2a302de6df73463c4 | |
parent | c295862ce04c6bf2b1d2ba5b8218f6198c62a241 (diff) | |
download | cpython-249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c.zip cpython-249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c.tar.gz cpython-249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c.tar.bz2 |
Fix - s/urllib2/urllib.request/
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Core and Builtins Library ------- -- Issue #4493: urllib2 adds '/' in front of path components which does not +- Issue #4493: urllib.request adds '/' in front of path components which does not start with '/. Common behavior exhibited by browsers and other clients. - Issue #6378: idle.bat now runs with the appropriate Python version rather than |