whatsnew: deprecation of sysconfig SO key (#19555).

This commit is contained in:
R David Murray 2014-03-09 17:11:00 -04:00
parent 6978722828
commit 336fd7f788
1 changed files with 3 additions and 0 deletions

View File

@ -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
------------------------------------------- -------------------------------------------