From 336fd7f78858d1a0eeb467fef5968de0d300060d Mon Sep 17 00:00:00 2001 From: R David Murray <rdmurray@bitdance.com> Date: Sun, 9 Mar 2014 17:11:00 -0400 Subject: [PATCH] whatsnew: deprecation of sysconfig SO key (#19555). --- Doc/whatsnew/3.4.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index dac452549c..501de6524b 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 ------------------------------------------- -- 2.40.0