]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
add support for svn: and svn+ssh: URL schemes to urlparse
authorFred Drake <fdrake@acm.org>
Fri, 29 Jul 2005 15:57:59 +0000 (15:57 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 29 Jul 2005 15:57:59 +0000 (15:57 +0000)
commit198760746ae3f687f846140b715e88f168bf2245
tree150b855fa39f462edc339695a11055f36aa8793b
parent64da727305e0c0dc13862661b4973dbc904fc937
add support for svn: and svn+ssh: URL schemes to urlparse
(backported from trunk urlparse.py 1.48, test_urlparse.py 1.15)
Lib/test/test_urlparse.py
Lib/urlparse.py