Add NEWS entry for issue26960.

This commit is contained in:
Senthil Kumaran 2016-05-10 01:29:34 -07:00
parent b5a67dec98
commit 09f1679a40
1 changed files with 3 additions and 0 deletions

View File

@ -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.