]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patches by Michael Reilly to correctly deal with ftp URLs of the form
authorGuido van Rossum <guido@python.org>
Wed, 18 Aug 1999 17:40:33 +0000 (17:40 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 18 Aug 1999 17:40:33 +0000 (17:40 +0000)
commit5e006a3cc32b26dcb9dce4dd6875c72fc815c108
treeb8821a466c1650327b2ee75528ffdf9abf882358
parent6c395ba31609eeffce2428280cc5d95e4fb8058a
Patches by Michael Reilly to correctly deal with ftp URLs of the form
ftp://user@host//root/path: the double slash in the pathname means to
go to the root directory even if the initial directory isn't the root.
Lib/urllib.py