diff options
author | Charles-François Natali <neologix@free.fr> | 2011-12-18 14:52:48 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-12-18 14:52:48 (GMT) |
commit | f3d35f0efe4bd669782e29a9ccf21570878ed319 (patch) | |
tree | de5f555aadf065a1ec0fe352e3f202e81718d54e /Misc | |
parent | cc1a0865f1320342b975ba72e48afc61164208f8 (diff) | |
download | cpython-f3d35f0efe4bd669782e29a9ccf21570878ed319.zip cpython-f3d35f0efe4bd669782e29a9ccf21570878ed319.tar.gz cpython-f3d35f0efe4bd669782e29a9ccf21570878ed319.tar.bz2 |
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
redirection or an error.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ Core and Builtins Library ------- +- Issue #8035: urllib: Fix a bug where the client could remain stuck after a + redirection or an error. + - Issue #4625: If IDLE cannot write to its recent file or breakpoint files, display a message popup and continue rather than crash. (original patch by Roger Serwy) |