diff options
author | Christian Heimes <christian@cheimes.de> | 2013-11-17 18:59:14 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-11-17 18:59:14 (GMT) |
commit | a6bc95aa0252399c026e749c4a294e2a22912f72 (patch) | |
tree | 077efeeb0ba8ac1dc3cc17d9c71239675de2f1bf /Misc | |
parent | 35e4ad71baae5469ee678718bac0f9caf7fae740 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |