]> granicus.if.org Git - python/commitdiff
merge from 3.3
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 2 Jun 2013 19:00:45 +0000 (12:00 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 2 Jun 2013 19:00:45 +0000 (12:00 -0700)
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.

1  2 
Lib/urllib/request.py

Simple merge