From: Senthil Kumaran Date: Mon, 22 Nov 2010 05:08:13 +0000 (+0000) Subject: Fix - s/urllib2/urllib.request/ X-Git-Tag: v3.2b1~241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c;p=thirdparty%2FPython%2Fcpython.git Fix - s/urllib2/urllib.request/ --- diff --git a/Misc/NEWS b/Misc/NEWS index e10c85631ea1..f5307efb1c4a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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