From 09f1679a401a94b0626ab1e100aaaea271dbf3c0 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 10 May 2016 01:29:34 -0700 Subject: [PATCH] Add NEWS entry for issue26960. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 0f55e76079..52ad068c34 100644 --- 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. -- 2.50.1