summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-06-18 15:08:18 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-06-18 15:08:18 (GMT)
commit80f1b059714aeb1c6fc9f6ce1173bc8a51af7dd9 (patch)
tree8c22c0ff3e88aa668d82e46add45d9719aa8bc91 /Misc
parent2cd12528e4570ba445ff935ebfe9ec11752a0e9a (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b8bc84..a1d3a83 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.