summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-23 21:35:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-23 21:35:37 (GMT)
commitcca2732a8216bac0d6ca182fc5a55769af2c5160 (patch)
treefa98ed3d5c492db2748cc7afda34351795e4783f /Misc
parent06140f2e04eb23f88e2b9d13bd5388fe29addbaa (diff)
downloadcpython-cca2732a8216bac0d6ca182fc5a55769af2c5160.zip
cpython-cca2732a8216bac0d6ca182fc5a55769af2c5160.tar.gz
cpython-cca2732a8216bac0d6ca182fc5a55769af2c5160.tar.bz2
add support for ALPN (closes #20188)
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 5cd2c61..91643f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,6 +203,9 @@ Core and Builtins
Library
-------
+- Issue #20188: Support Application-Layer Protocol Negotiation (ALPN) in the ssl
+ module.
+
- Issue #23133: Pickling of ipaddress objects now produces more compact and
portable representation.