]> granicus.if.org Git - python/commit
Fix for issue1153027, making Py3k changes similar to fix in issue918368.
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 5 May 2009 18:41:13 +0000 (18:41 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 5 May 2009 18:41:13 +0000 (18:41 +0000)
commit690ce9b353bc0a86d0886470adbaa50e813de3b8
tree190c0c6730249003e6f2dc0a0918c8da94c749b8
parent501927d541ecf23a2915d2133f03f761c3baa5bb
Fix for issue1153027, making Py3k changes similar to fix in issue918368.
This will address:
a) urllib/ in py3k,
b) urllib in py2x is addressed by issue918368.
c) urllib2 in py2x was already addressed in Revision 43132.
Lib/nturl2path.py
Lib/test/test_urllib.py
Lib/urllib/request.py