]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 3 Aug 2011 10:37:22 +0000 (18:37 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 3 Aug 2011 10:37:22 +0000 (18:37 +0800)
commit2a157d2a3d76960e696ef8004c237de4b424302e
tree648c7d3a78cef8e02b6058dee4b1e114eb7cba6a
parent86a1a8974dc23b2cdcb6cac3cb0babbfc6af296c
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS