summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-12-18 14:52:48 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-12-18 14:52:48 (GMT)
commitf3d35f0efe4bd669782e29a9ccf21570878ed319 (patch)
treede5f555aadf065a1ec0fe352e3f202e81718d54e /Misc
parentcc1a0865f1320342b975ba72e48afc61164208f8 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8e7465c..455399c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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)