]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Sep 2002 19:22:10 +0000 (19:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Sep 2002 19:22:10 +0000 (19:22 +0000)
commitbd1ac013fe4dc5ec6b6a5c2ee9cc63ba8ab171be
tree0d50f96b02c77a8ed4c73fd0bc2adf98fd4cd322
parent9622dd5e21ac184f14354287e4a3f52069398da7
Backport:
Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton

Add a test too.  urljoin() would make file:/tmp/foo instead of file:///tmp/foo
Lib/test/output/test_urlparse
Lib/test/test_urlparse.py
Lib/urlparse.py