]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific...
authorSenthil Kumaran <orsenthil@gmail.com>
Fri, 15 Apr 2011 10:20:24 +0000 (18:20 +0800)
committerSenthil Kumaran <orsenthil@gmail.com>
Fri, 15 Apr 2011 10:20:24 +0000 (18:20 +0800)
commit397eb4411a076825766cb2b71e78b585ff3a4d24
tree7fcde7fea93e3845dc97795e82e7aa46264263c0
parent20f53f1fe79a5df68fe9d8390679115fdaebc65b
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits.
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS