]> granicus.if.org Git - python/commit
Fix #17967: For ftp urls CWD to target instead of hopping to each directory
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 1 Jun 2013 15:27:06 +0000 (08:27 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 1 Jun 2013 15:27:06 +0000 (08:27 -0700)
commit4e42ae81f6a45f40a3f6a64192575bfc44f61bdb
treebca8f7e98ae36223f14111d95ed3a11ef8729eda
parent7d15b54f370ae46a294aea54dd8dc788ec4b0c3c
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