mirror of https://github.com/python/cpython
merge 3.3 (#16597)
This commit is contained in:
commit
302c65443e
|
@ -10,8 +10,8 @@ What's New in Python 3.4.0 Alpha 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…
Reference in New Issue