diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-22 05:11:05 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-22 05:11:05 (GMT) |
commit | c8f7bdf326f81d9d08a3ab331997be656588909b (patch) | |
tree | 2862c21e62554756b5d3187e574b5be653a3211e /Misc | |
parent | d17ebdba4a4443a523c0344440d37d472ed82b5a (diff) | |
download | cpython-c8f7bdf326f81d9d08a3ab331997be656588909b.zip cpython-c8f7bdf326f81d9d08a3ab331997be656588909b.tar.gz cpython-c8f7bdf326f81d9d08a3ab331997be656588909b.tar.bz2 |
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/
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |