[Python-checkins] cpython (3.3): improve message (#16597)

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


http://hg.python.org/cpython/rev/54372f38932e
changeset:   80959:54372f38932e
branch:      3.3
parent:      80956:b0602a1eb3f6
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Dec 20 12:54:59 2012 -0600
summary:
  improve message (#16597)

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,8 @@
 Core and Builtins
 -----------------
 
-- Issue #16597: Make BufferedIO.close call close() on the underlying stream if
-  invoking flush() fails.
+- Issue #16597: In buffered and text IO, call close() on the underlying stream
+  if invoking flush() fails.
 
 - Issue #16722: In the bytes() constructor, try to call __bytes__ on the
   argument before __index__.

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


More information about the Python-checkins mailing list