]> 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:09 +0000 (11:59 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 2 Jun 2013 18:59:09 +0000 (11:59 -0700)
commit964c25f1d91d2f56bf3924b1d1feefaeb3b3b2c5
tree1c7db9145dbc2eeed777b75d011b45b1a0ae49cf
parent7351b66eb9060cce37073bf323f73d79dc3ef488
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.py