diff options
author | Christian Heimes <christian@cheimes.de> | 2013-11-22 00:51:30 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-11-22 00:51:30 (GMT) |
commit | 44109d7de7f24b681c973880aa3e1d39042078fd (patch) | |
tree | fb012b20f74b2bd6898154bf2055e355b4b85a2d /Misc | |
parent | d06289254280f55536a765b1b5c36e6160b6c8e6 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |