summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-09 21:11:00 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-09 21:11:00 (GMT)
commit336fd7f78858d1a0eeb467fef5968de0d300060d (patch)
treef90da564e79f7ab3fc806fdef325561bb810447b
parent6978722828b5be0ad1ce562acf660033c93e034e (diff)
downloadcpython-336fd7f78858d1a0eeb467fef5968de0d300060d.zip
cpython-336fd7f78858d1a0eeb467fef5968de0d300060d.tar.gz
cpython-336fd7f78858d1a0eeb467fef5968de0d300060d.tar.bz2
whatsnew: deprecation of sysconfig SO key (#19555).
-rw-r--r--Doc/whatsnew/3.4.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index dac4525..501de65 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1906,6 +1906,9 @@ Deprecated Python Modules, Functions and Methods
:func:`~plistlib.loads`, and :func:`~plistlib.dumps`. :func:`~plistlib.Data`
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
-------------------------------------------