Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d3daf0

Browse files
committed
improve message (#16597)
1 parent 6862361 commit 3d3daf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ What's New in Python 3.3.1?
1212
Core and Builtins
1313
-----------------
1414

15-
- Issue #16597: Make BufferedIO.close call close() on the underlying stream if
16-
invoking flush() fails.
15+
- Issue #16597: In buffered and text IO, call close() on the underlying stream
16+
if invoking flush() fails.
1717

1818
- Issue #16722: In the bytes() constructor, try to call __bytes__ on the
1919
argument before __index__.

0 commit comments

Comments
 (0)