From: R David Murray Date: Sun, 9 Mar 2014 21:11:00 +0000 (-0400) Subject: whatsnew: deprecation of sysconfig SO key (#19555). X-Git-Tag: v3.4.1rc1~233^2~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=336fd7f78858d1a0eeb467fef5968de0d300060d;p=thirdparty%2FPython%2Fcpython.git whatsnew: deprecation of sysconfig SO key (#19555). --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index dac452549cd7..501de6524b07 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 -------------------------------------------