]> granicus.if.org Git - python/commit
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)
commit5ccf2ff3e9a72bccc7a8a8977106c03544f7ce6b
tree24ba6bbd2db554e70dd8042176c3ecae15059f04
parent697fd46d152e0d9ef77ddb46cfad36d0777c1409
parentcaa00fec19705c656497658c6ff1b1fff62a4484
merge from 3.3

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