summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-22 00:51:30 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-22 00:51:30 (GMT)
commit44109d7de7f24b681c973880aa3e1d39042078fd (patch)
treefb012b20f74b2bd6898154bf2055e355b4b85a2d /Misc
parentd06289254280f55536a765b1b5c36e6160b6c8e6 (diff)
downloadcpython-44109d7de7f24b681c973880aa3e1d39042078fd.zip
cpython-44109d7de7f24b681c973880aa3e1d39042078fd.tar.gz
cpython-44109d7de7f24b681c973880aa3e1d39042078fd.tar.bz2
Issue #17134: Finalize interface to Windows' certificate store. Cert and
CRL enumeration are now two functions. enum_certificates() also returns purpose flags as set of OIDs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 295b456..b5916f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,10 @@ Core and Builtins
Library
-------
+- Issue #17134: Finalize interface to Windows' certificate store. Cert and
+ CRL enumeration are now two functions. enum_certificates() also returns
+ purpose flags as set of OIDs.
+
- Issue #19555: Restore sysconfig.get_config_var('SO'), with a
DeprecationWarning pointing people at $EXT_SUFFIX.