cpython/Misc/NEWS.d/next
Victor Stinner 8021875bbc
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
Added PyModule_AddObjectRef() function: similar to
PyModule_AddObjectRef() but don't steal a reference to the value on
success.
2020-11-04 13:59:15 +01:00
..
Build Python 3.10.0a2 2020-11-03 00:02:08 +00:00
C API bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) 2020-11-04 13:59:15 +01:00
Core and Builtins Python 3.10.0a2 2020-11-03 17:30:57 +00:00
Documentation Python 3.10.0a2 2020-11-03 00:02:08 +00:00
IDLE Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Library bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119) 2020-11-04 11:20:10 +01:00
Security Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Tests Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Tools-Demos Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Windows Python 3.10.0a2 2020-11-03 00:02:08 +00:00
macOS Python 3.10.0a2 2020-11-03 00:02:08 +00:00