Kaydet (Commit) 3d3daf0b authored tarafından Benjamin Peterson's avatar Benjamin Peterson

improve message (#16597)

üst 68623614
...@@ -12,8 +12,8 @@ What's New in Python 3.3.1? ...@@ -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__.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment