summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2013-11-21 23:57:14 (GMT)
committerBarry Warsaw <barry@python.org>2013-11-21 23:57:14 (GMT)
commit197a7702310e6a6cf67b658c66dd3b43ee12439b (patch)
tree750625effd3962e3eb49b27a4cb94d28b719a759 /Misc
parent18fc7be80d77f68a0e7ab54e6c222a4b7a3bc774 (diff)
downloadcpython-197a7702310e6a6cf67b658c66dd3b43ee12439b.zip
cpython-197a7702310e6a6cf67b658c66dd3b43ee12439b.tar.gz
cpython-197a7702310e6a6cf67b658c66dd3b43ee12439b.tar.bz2
- Issue #19555: Restore sysconfig.get_config_var('SO'), with a
DeprecationWarning pointing people at $EXT_SUFFIX.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f1f0680..253cf86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,9 @@ Core and Builtins
Library
-------
+- Issue #19555: Restore sysconfig.get_config_var('SO'), with a
+ DeprecationWarning pointing people at $EXT_SUFFIX.
+
- Issue #8813: Add SSLContext.verify_flags to change the verification flags
of the context in order to enable certification revocation list (CRL)
checks or strict X509 rules.