add news note (#16597)

This commit is contained in:
Benjamin Peterson 2012-12-20 12:55:52 -06:00
parent a2d6d7121e
commit 92014420d7
1 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,9 @@ Core and Builtins
Library
-------
- Issue #16597: In buffered and text IO, call close() on the underlying stream
if invoking flush() fails.
- Issue #16646: ftplib.FTP.makeport() might lose socket error details.
(patch by Serhiy Storchaka)