]> granicus.if.org Git - python/commit
Patches by Michael Reilly to correctly deal with ftp URLs of the form
authorGuido van Rossum <guido@python.org>
Wed, 18 Aug 1999 21:51:10 +0000 (21:51 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 18 Aug 1999 21:51:10 +0000 (21:51 +0000)
commit1ebcf6aabb357de166f226d1355baefc541950e9
tree9c26204bdbadfe6e76df600bd5b640dcc0fe46ba
parent8a07baef80835fe0a9ddd5238687c720b5231ebd
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/ftplib.py