summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-11-22 05:08:13 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-11-22 05:08:13 (GMT)
commit249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c (patch)
treef809fcf68f050c6dff380aa2a302de6df73463c4
parentc295862ce04c6bf2b1d2ba5b8218f6198c62a241 (diff)
downloadcpython-249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c.zip
cpython-249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c.tar.gz
cpython-249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c.tar.bz2
Fix - s/urllib2/urllib.request/
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e10c856..f5307ef 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