]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add news note (#16597)
authorBenjamin Peterson <benjamin@python.org>
Thu, 20 Dec 2012 18:55:52 +0000 (12:55 -0600)
committerBenjamin Peterson <benjamin@python.org>
Thu, 20 Dec 2012 18:55:52 +0000 (12:55 -0600)
Misc/NEWS

index 8f5460aaaaee188ee9c7ce027278bf7e2eb28a13..268e43800de7a3b8652d6bdcb911a5a7dda16c9e 100644 (file)
--- 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)