]> granicus.if.org Git - python/commitdiff
improve message (#16597)
authorBenjamin Peterson <benjamin@python.org>
Thu, 20 Dec 2012 18:54:59 +0000 (12:54 -0600)
committerBenjamin Peterson <benjamin@python.org>
Thu, 20 Dec 2012 18:54:59 +0000 (12:54 -0600)
Misc/NEWS

index 40e604a36349a9cf1cf574c9c7f0e727f055ad7c..7e041f37b3f94eb0c60201f183103b7f53056f1c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,8 @@ What's New in Python 3.3.1?
 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__.