mirror of https://github.com/python/cpython
whatsnew: deprecation of sysconfig SO key (#19555).
This commit is contained in:
parent
6978722828
commit
336fd7f788
|
@ -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…
Reference in New Issue