mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
improve message (#16597)
This commit is contained in:
parent
68623614f0
commit
3d3daf0b7f
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ What's New in Python 3.3.1?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Issue #16597: Make BufferedIO.close call close() on the underlying stream if
|
- Issue #16597: In buffered and text IO, call close() on the underlying stream
|
||||||
invoking flush() fails.
|
if invoking flush() fails.
|
||||||
|
|
||||||
- Issue #16722: In the bytes() constructor, try to call __bytes__ on the
|
- Issue #16722: In the bytes() constructor, try to call __bytes__ on the
|
||||||
argument before __index__.
|
argument before __index__.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue