]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #17967 - Fix related to regression on Windows.
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 2 Jun 2013 18:59:47 +0000 (11:59 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 2 Jun 2013 18:59:47 +0000 (11:59 -0700)
commitcaa00fec19705c656497658c6ff1b1fff62a4484
tree90385154293ec0e5fc31ef5d5a206c03ec7d10b3
parentd71001749dfb97db677c7720f53f4a8df56dcf63
Fix #17967 - Fix related to regression on Windows.

os.path.join(*self.dirs) produces an invalid path on windows.
ftp paths are always forward-slash seperated like this. /pub/dir.
Lib/urllib/request.py