]> granicus.if.org Git - python/commitdiff
whatsnew: deprecation of sysconfig SO key (#19555).
authorR David Murray <rdmurray@bitdance.com>
Sun, 9 Mar 2014 21:11:00 +0000 (17:11 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 9 Mar 2014 21:11:00 +0000 (17:11 -0400)
Doc/whatsnew/3.4.rst

index dac452549cd7f2e1900f15ab424ce9b89ac15b9a..501de6524b07c894114845ecdb32701d2760236f 100644 (file)
@@ -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
 -------------------------------------------