diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-23 21:35:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-23 21:35:37 (GMT) |
commit | cca2732a8216bac0d6ca182fc5a55769af2c5160 (patch) | |
tree | fa98ed3d5c492db2748cc7afda34351795e4783f /Misc | |
parent | 06140f2e04eb23f88e2b9d13bd5388fe29addbaa (diff) | |
download | cpython-cca2732a8216bac0d6ca182fc5a55769af2c5160.zip cpython-cca2732a8216bac0d6ca182fc5a55769af2c5160.tar.gz cpython-cca2732a8216bac0d6ca182fc5a55769af2c5160.tar.bz2 |
add support for ALPN (closes #20188)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |