projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6978722
)
whatsnew: deprecation of sysconfig SO key (#19555).
author
R David Murray
<rdmurray@bitdance.com>
Sun, 9 Mar 2014 21:11:00 +0000
(17:11 -0400)
committer
R David Murray
<rdmurray@bitdance.com>
Sun, 9 Mar 2014 21:11:00 +0000
(17:11 -0400)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index dac452549cd7f2e1900f15ab424ce9b89ac15b9a..501de6524b07c894114845ecdb32701d2760236f 100644
(file)
--- 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
-------------------------------------------