summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-17 18:59:14 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-17 18:59:14 (GMT)
commita6bc95aa0252399c026e749c4a294e2a22912f72 (patch)
tree077efeeb0ba8ac1dc3cc17d9c71239675de2f1bf /Misc
parent35e4ad71baae5469ee678718bac0f9caf7fae740 (diff)
downloadcpython-a6bc95aa0252399c026e749c4a294e2a22912f72.zip
cpython-a6bc95aa0252399c026e749c4a294e2a22912f72.tar.gz
cpython-a6bc95aa0252399c026e749c4a294e2a22912f72.tar.bz2
Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name.
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 9dedb6a..6234733 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,9 @@ Core and Builtins
Library
-------
+- Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID,
+ NID, short name and long name.
+
- Issue #19282: dbm.open now supports the context manager protocol. (Inital
patch by Claudiu Popa)