]> granicus.if.org Git - python/commitdiff
Fix - s/urllib2/urllib.request/
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 05:08:13 +0000 (05:08 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 05:08:13 +0000 (05:08 +0000)
Misc/NEWS

index e10c85631ea173b7d8a84b3ba8340d0826058d29..f5307efb1c4a1a034561deea3aed50b46cca328a 100644 (file)
--- 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