commit | 3d3daf0b7fc5a1064f3eead47e5f62cc317afd6c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Dec 20 12:54:59 2012 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Dec 20 12:54:59 2012 -0600 |
tree | 503ad3236116a517da23ea3dfb38c44f112188e7 | |
parent | 68623614f095c8589ff17c004b9a05c537afc01f [diff] |
improve message (#16597)
diff --git a/Misc/NEWS b/Misc/NEWS index 40e604a..7e041f3 100644 --- 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__.