diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-06-18 15:08:18 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-06-18 15:08:18 (GMT) |
commit | 80f1b059714aeb1c6fc9f6ce1173bc8a51af7dd9 (patch) | |
tree | 8c22c0ff3e88aa668d82e46add45d9719aa8bc91 /Misc | |
parent | 2cd12528e4570ba445ff935ebfe9ec11752a0e9a (diff) | |
download | cpython-80f1b059714aeb1c6fc9f6ce1173bc8a51af7dd9.zip cpython-80f1b059714aeb1c6fc9f6ce1173bc8a51af7dd9.tar.gz cpython-80f1b059714aeb1c6fc9f6ce1173bc8a51af7dd9.tar.bz2 |
Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -446,6 +446,10 @@ C-API Library ------- +- Issue #1368368: FancyURLOpener class changed to throw an Exception on wrong + password instead of presenting an interactive prompt. Older behavior can be + obtained by passing retry=True to http_error_xxx methods of FancyURLOpener. + - Issue #8720: fix regression caused by fix for #4050 by making getsourcefile smart enough to find source files in the linecache. |