summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-05 21:54:41 (GMT)
committerChristian Heimes <christian@python.org>2016-09-05 21:54:41 (GMT)
commitdffa3949c7431e819c64a890bce41fe769e47da1 (patch)
tree76a4293c96ba8a839d90cda3e74e6dd91cce9274 /Misc
parent92a6c170e6897ee98c36a3a9087b1a7d3e054d2b (diff)
downloadcpython-dffa3949c7431e819c64a890bce41fe769e47da1.zip
cpython-dffa3949c7431e819c64a890bce41fe769e47da1.tar.gz
cpython-dffa3949c7431e819c64a890bce41fe769e47da1.tar.bz2
Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82e4c41..c7d8741 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,8 @@ Core and Builtins
Library
-------
+- Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
+
- Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
- Issue #11620: Fix support for SND_MEMORY in winsound.PlaySound. Based on a