[Python-checkins] cpython (2.7): Add NEWS entry for issue26960.

senthil.kumaran python-checkins at python.org
Tue May 10 04:29:39 EDT 2016


https://hg.python.org/cpython/rev/3388e249389d
changeset:   101287:3388e249389d
branch:      2.7
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Tue May 10 01:29:34 2016 -0700
summary:
  Add NEWS entry for issue26960.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,9 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list