]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by RFC3986
authorSenthil Kumaran <orsenthil@gmail.com>
Fri, 19 Feb 2010 07:32:48 +0000 (07:32 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Fri, 19 Feb 2010 07:32:48 +0000 (07:32 +0000)
commit4e78de89d0df77a2bea965eb838f0d37932c34d6
tree3ef1811e7fe6a6959708fcd5f14666eb9bfaf679
parentcc43b56960b46734e0d0e19521376d5fdb6af587
Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by RFC3986
Lib/test/test_urlparse.py
Lib/urlparse.py