diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-12-20 18:54:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-12-20 18:54:59 (GMT) |
commit | 3d3daf0b7fc5a1064f3eead47e5f62cc317afd6c (patch) | |
tree | 503ad3236116a517da23ea3dfb38c44f112188e7 /Misc | |
parent | 68623614f095c8589ff17c004b9a05c537afc01f (diff) | |
download | cpython-3d3daf0b7fc5a1064f3eead47e5f62cc317afd6c.zip cpython-3d3daf0b7fc5a1064f3eead47e5f62cc317afd6c.tar.gz cpython-3d3daf0b7fc5a1064f3eead47e5f62cc317afd6c.tar.bz2 |
improve message (#16597)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__. |