Merged revisions 86679 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 05:11:05 +0000 (05:11 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 05:11:05 +0000 (05:11 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86679 | senthil.kumaran | 2010-11-22 13:08:13 +0800 (Mon, 22 Nov 2010) | 3 lines

  Fix - s/urllib2/urllib.request/
........

Misc/NEWS

index 77341a2b8e73235e6a38dedc77fb9cc72320c9fa..cb3a8369f4ff0a8e61c2a50a0baa40fb64b03b6d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,7 +16,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