mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
Add NEWS item mentioning the reverted distutils version number patch.
This commit is contained in:
parent
b4a0cf17c4
commit
574cfea993
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ Core and builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- The distutils version has been changed to 2.5.0. The change to
|
||||
keep it programmatically in sync with the Python version running
|
||||
the code (introduced in 2.5b3) has been reverted. It will continue
|
||||
to be maintained manually as static string literal.
|
||||
|
||||
- If a the Python part of a ctypes callback function returns None,
|
||||
and this cannot be converted to the required C type, an exception is
|
||||
printed with PyErr_WriteUnraisable. Before this change, the C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue