Commit a1f948bd authored by Florent Xicluna's avatar Florent Xicluna

Issue #12501: merge the discordant NEWS entries.

parent d1c818a9
...@@ -25,8 +25,6 @@ Core and Builtins ...@@ -25,8 +25,6 @@ Core and Builtins
- Issue #13333: The UTF-7 decoder now accepts lone surrogates (the encoder - Issue #13333: The UTF-7 decoder now accepts lone surrogates (the encoder
already accepts them). already accepts them).
- Remove Py3k warning for callable.
- Issue #10519: Avoid unnecessary recursive function calls in - Issue #10519: Avoid unnecessary recursive function calls in
setobject.c. setobject.c.
...@@ -73,8 +71,8 @@ Core and Builtins ...@@ -73,8 +71,8 @@ Core and Builtins
deallocator calls one of the methods on the type (e.g. when subclassing deallocator calls one of the methods on the type (e.g. when subclassing
IOBase). Diagnosis and patch by Davide Rizzo. IOBase). Diagnosis and patch by Davide Rizzo.
- Issue #12501: Adjust callable() warning: callable() is only not supported in - Issue #12501: Remove Py3k warning for callable. callable() is supported
Python 3.1. callable() is again supported in Python 3.2. again in Python 3.2.
- Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and - Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and
os.write() clamp the length to INT_MAX on Windows. os.write() clamp the length to INT_MAX on Windows.
......
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