[Python-checkins] cpython (2.7): add news note (#16597)

benjamin.peterson python-checkins at python.org
Thu Dec 20 19:56:10 CET 2012


http://hg.python.org/cpython/rev/a057d9985fb8
changeset:   80961:a057d9985fb8
branch:      2.7
parent:      80958:b6ff6ac1f049
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Dec 20 12:55:52 2012 -0600
summary:
  add news note (#16597)

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,9 @@
 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)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list