cpython/Misc/NEWS.d/next
Serhiy Storchaka e2ec0b27c0
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Remove complex special methods __int__, __float__, __floordiv__,
__mod__, __divmod__, __rfloordiv__, __rmod__ and __rdivmod__
which always raised a TypeError.
2020-10-09 14:14:37 +03:00
..
Build Python 3.10.0a1 2020-10-05 18:30:18 +01:00
C API Python 3.10.0a1 2020-10-05 18:30:18 +01:00
Core and Builtins bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) 2020-10-09 14:14:37 +03:00
Documentation Python 3.10.0a1 2020-10-05 18:30:18 +01:00
IDLE Python 3.10.0a1 2020-10-05 18:30:18 +01:00
Library bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598) 2020-10-08 19:31:19 +01:00
Security Python 3.10.0a1 2020-10-05 18:30:18 +01:00
Tests bpo-41306: Allow scale value to not be rounded (GH-21715) 2020-10-08 06:30:13 -07:00
Tools-Demos Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Windows bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) 2020-10-08 19:40:27 +01:00
macOS Python 3.10.0a1 2020-10-05 18:30:18 +01:00