From: Benjamin Peterson Date: Thu, 20 Dec 2012 18:55:52 +0000 (-0600) Subject: add news note (#16597) X-Git-Tag: v2.7.4rc1~294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92014420d7a19c339a28e9e0115cd80417b3a843;p=thirdparty%2FPython%2Fcpython.git add news note (#16597) --- diff --git a/Misc/NEWS b/Misc/NEWS index 8f5460aaaaee..268e43800de7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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)