diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-06-18 15:12:48 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-06-18 15:12:48 (GMT) |
commit | b4d1c2c8619c08e37606b2593be4763e80f88dc7 (patch) | |
tree | 07dce593d991997498474a1cdd9e4421f5b95c5b /Misc | |
parent | 25bb0fdb67d03a47ee2193219fa0af2f191d4568 (diff) | |
download | cpython-b4d1c2c8619c08e37606b2593be4763e80f88dc7.zip cpython-b4d1c2c8619c08e37606b2593be4763e80f88dc7.tar.gz cpython-b4d1c2c8619c08e37606b2593be4763e80f88dc7.tar.bz2 |
Merged revisions 82068 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82068 | senthil.kumaran | 2010-06-18 20:38:18 +0530 (Fri, 18 Jun 2010) | 3 lines
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
@@ -70,6 +70,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 #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. - Issue #8720: fix regression caused by fix for #4050 by making getsourcefile |