]> granicus.if.org Git - python/commitdiff
Add NEWS entry for issue26960.
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 10 May 2016 08:29:34 +0000 (01:29 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 10 May 2016 08:29:34 +0000 (01:29 -0700)
Misc/NEWS

index 0f55e760797ec23b8fd5d780fd22e061d0954b3d..52ad068c34eaf482c54b7ace33c5a7043197045b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #26960: Backported #16270 from Python 3 to Python 2, to prevent urllib
+  from hanging when retrieving certain FTP files.
+
 - Issue #25745: Fixed leaking a userptr in curses panel destructor.
 
 - Issue #17765: weakref.ref() no longer silently ignores keyword arguments.