mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
whatsnew: deprecation of sysconfig SO key (#19555).
This commit is contained in:
parent
6978722828
commit
336fd7f788
1 changed files with 3 additions and 0 deletions
|
@ -1906,6 +1906,9 @@ Deprecated Python Modules, Functions and Methods
|
||||||
:func:`~plistlib.loads`, and :func:`~plistlib.dumps`. :func:`~plistlib.Data`
|
:func:`~plistlib.loads`, and :func:`~plistlib.dumps`. :func:`~plistlib.Data`
|
||||||
is deprecated in favor of just using the :class:`bytes` constructor.
|
is deprecated in favor of just using the :class:`bytes` constructor.
|
||||||
|
|
||||||
|
* The :mod:`sysconfig` key ``SO`` is deprecated, it has been replaced by
|
||||||
|
``EXT_SUFFIX``.
|
||||||
|
|
||||||
|
|
||||||
Deprecated Functions and Types in the C API
|
Deprecated Functions and Types in the C API
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue