]> granicus.if.org Git - python/commit
Issue #11467: Fix urlparse behavior when handling urls which contains scheme
authorSenthil Kumaran <orsenthil@gmail.com>
Fri, 15 Apr 2011 10:07:33 +0000 (18:07 +0800)
committerSenthil Kumaran <orsenthil@gmail.com>
Fri, 15 Apr 2011 10:07:33 +0000 (18:07 +0800)
commitddaea1c38a8d4d3befe378738a1bd02637347231
tree7a84e5893d595af9fe9263bd3c8aadc69277365b
parent1bb18cc39e21fb0acbfde6dadbd6c432f19c4513
Issue #11467: Fix urlparse behavior when handling urls which contains scheme
specific part only digits. Patch by Santoso Wijaya.
Lib/test/test_urlparse.py
Lib/urlparse.py
Misc/NEWS