From 3d3daf0b7fc5a1064f3eead47e5f62cc317afd6c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 20 Dec 2012 12:54:59 -0600 Subject: improve message (#16597) --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 40e604a..7e041f3 100644 --- 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__. -- cgit v0.12