From 249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 22 Nov 2010 05:08:13 +0000 Subject: [PATCH] Fix - s/urllib2/urllib.request/ --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index e10c85631e..f5307efb1c 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 -- 2.40.0