diff options
author | Christian Heimes <christian@python.org> | 2016-09-05 21:54:41 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-05 21:54:41 (GMT) |
commit | dffa3949c7431e819c64a890bce41fe769e47da1 (patch) | |
tree | 76a4293c96ba8a839d90cda3e74e6dd91cce9274 /Misc | |
parent | 92a6c170e6897ee98c36a3a9087b1a7d3e054d2b (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |