commit | cf53ae2171d01eed0e1c902b51da27b5bdfbc143 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Sun Dec 18 16:05:07 2011 +0100 |
committer | Charles-François Natali <neologix@free.fr> | Sun Dec 18 16:05:07 2011 +0100 |
tree | 73ba45f809af8a58746ed7c994ebf31178bf4bbc | |
parent | a94a0e92b8c1f75c2a89ce78a26bc57ef9414c3c [diff] [blame] |
Issue #8035: urllib: Fix a bug where the client could remain stuck after a redirection or an error.
diff --git a/Misc/NEWS b/Misc/NEWS index 94af446..72b33b9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -97,6 +97,9 @@ Library ------- +- Issue #8035: urllib: Fix a bug where the client could remain stuck after a + redirection or an error. + - Issue #10350: Read and save errno before calling a function which might overwrite it. Original patch by Hallvard B Furuseth.