From 92014420d7a19c339a28e9e0115cd80417b3a843 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 20 Dec 2012 12:55:52 -0600 Subject: [PATCH] add news note (#16597) --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 8f5460aaaae..268e43800de 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)