[Python-checkins] r86680 - in python/branches/release31-maint: Misc/NEWS

senthil.kumaran python-checkins at python.org
Mon Nov 22 06:11:05 CET 2010


Author: senthil.kumaran
Date: Mon Nov 22 06:11:05 2010
New Revision: 86680

Log:
Merged revisions 86679 via svnmerge from 
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/
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Misc/NEWS

Modified: python/branches/release31-maint/Misc/NEWS
==============================================================================
--- python/branches/release31-maint/Misc/NEWS	(original)
+++ python/branches/release31-maint/Misc/NEWS	Mon Nov 22 06:11:05 2010
@@ -16,7 +16,7 @@
 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


More information about the Python-checkins mailing list