]> granicus.if.org Git - python/commit
Sjoerd Mullender:
authorGuido van Rossum <guido@python.org>
Thu, 1 Jul 1999 23:20:56 +0000 (23:20 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Jul 1999 23:20:56 +0000 (23:20 +0000)
commit3427c1f71b584884142bc764be7b4f6b3efde3da
tree3c856de3e2d29509df9d23c4adb6a0520ff5bd49
parente4694eba0f25f3676d28ccddfc8652a020f54ec9
Sjoerd Mullender:

In splithost, accept empty host part in URLs.  This is required for
file URLs that can have an empty host part.  For such URLs, we should
not return the initial 2 slashes as part of the file name.
Lib/urllib.py