summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-05 21:35:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-05 21:35:07 (GMT)
commitf9de534c218cfdab5b4114e6ed535c940ae6b8b5 (patch)
tree176bd640ca6f0c8d17f0a2644fcd734bc44d8580 /Misc
parentfce1d31d4710c0280e2b646f72174de79a713430 (diff)
downloadcpython-f9de534c218cfdab5b4114e6ed535c940ae6b8b5.zip
cpython-f9de534c218cfdab5b4114e6ed535c940ae6b8b5.tar.gz
cpython-f9de534c218cfdab5b4114e6ed535c940ae6b8b5.tar.bz2
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO` and `ssl.OPENSSL_VERSION_NUMBER`.
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 0ee0c07..6c9e55d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,10 @@ Core and Builtins
Library
-------
+- Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
+ using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO`
+ and `ssl.OPENSSL_VERSION_NUMBER`.
+
- Issue #8310: Allow dis to examine new style classes.
- Issue #8257: The Decimal construct now accepts a float instance