]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
merge from 3.3
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 1 Jun 2013 15:27:53 +0000 (08:27 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 1 Jun 2013 15:27:53 +0000 (08:27 -0700)
commite9ec2e173d6a37d3450d900b42bc5f1584b490d4
tree0f3b34dbe3b3258ddea416b1f1c336cdab5a835c
parent5cfbd2642c32c7b439c1409d649c8bc906990391
parent4e42ae81f6a45f40a3f6a64192575bfc44f61bdb
merge from 3.3

Fix #17967: For ftp urls CWD to target instead of hopping to each directory
towards target. This fixes a bug where target is accessible, but parent
directories are restricted.
Lib/urllib/request.py