Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6862361 commit 3d3daf0Copy full SHA for 3d3daf0
1 file changed
Misc/NEWS
@@ -12,8 +12,8 @@ What's New in Python 3.3.1?
12
Core and Builtins
13
-----------------
14
15
-- Issue #16597: Make BufferedIO.close call close() on the underlying stream if
16
- invoking flush() fails.
+- Issue #16597: In buffered and text IO, call close() on the underlying stream
+ if invoking flush() fails.
17
18
- Issue #16722: In the bytes() constructor, try to call __bytes__ on the
19
argument before __index__.
0 commit comments