summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-22 00:17:34 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-22 00:17:34 (GMT)
commit35915876a6cfb81ec53425de8761f604de4fcd4f (patch)
tree65406d21d298667d8f5872be50b7fc2d4048d4b1 /Misc
parent5f8b0f5c59f273c195fb20e18d1847b868288b64 (diff)
parent99fc416b238a486bb9735e36cd374bf00d4af0c8 (diff)
downloadcpython-35915876a6cfb81ec53425de8761f604de4fcd4f.zip
cpython-35915876a6cfb81ec53425de8761f604de4fcd4f.tar.gz
cpython-35915876a6cfb81ec53425de8761f604de4fcd4f.tar.bz2
merge
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 d6158d8..295b456 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.