]> granicus.if.org Git - python/commit
Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Sep 2002 19:20:12 +0000 (19:20 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Sep 2002 19:20:12 +0000 (19:20 +0000)
commit7dfb6e295b4e4a8a5554debaf93e260c30725f18
tree86f0cc79f2cb6f477e069730b06bbecc89e0109a
parente134158f236b7821ec92aa61cc5fe46e2a77170f
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

Bugfix candidate, I will backport.
Lib/test/test_urlparse.py
Lib/urlparse.py