[Python-checkins] cpython: whatsnew: deprecation of sysconfig SO key (#19555).

r.david.murray python-checkins at python.org
Sun Mar 9 23:50:28 CET 2014


http://hg.python.org/cpython/rev/ac2ee9fc353a
changeset:   89537:ac2ee9fc353a
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Mar 09 17:11:00 2014 -0400
summary:
  whatsnew: deprecation of sysconfig SO key (#19555).

files:
  Doc/whatsnew/3.4.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1906,6 +1906,9 @@
   :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
 -------------------------------------------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list