]> granicus.if.org Git - python/commit
Fix for 1.33: urlsplit() should only add '//' if scheme != ''.
authorGuido van Rossum <guido@python.org>
Mon, 14 Oct 2002 19:59:54 +0000 (19:59 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Oct 2002 19:59:54 +0000 (19:59 +0000)
commitbbc0568a5c7d3849a22c78d545823a4b952c0933
treec308697f61aeeaa5355147e63b144e97a75161bb
parent6e75364cbe191710c056c437f2f0e29546625470
Fix for 1.33: urlsplit() should only add '//' if scheme != ''.
Will add test and backport.
Lib/test/test_urlparse.py
Lib/urlparse.py