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.