]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Treat file://localhost/ as local too (same as file:/ and file:///).
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Sep 2002 19:47:52 +0000 (19:47 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Sep 2002 19:47:52 +0000 (19:47 +0000)
commit3ae2dc5e5ea7521426ce3f34afa18147435ede5c
tree553e647feee751d31857d4d4facadb065651802e
parent10c6eda070f3754a40f6ea3cdf8c571bbc27f038
Treat file://localhost/ as local too (same as file:/ and file:///).
Fixes #607789, bugfix candidate.
Lib/urllib.py