commit | b10bfbe036cec8b8a40e49c63c3206d52b106b5e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jan 23 16:35:37 2015 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 23 16:35:37 2015 -0500 |
tree | 4be18f34424dd79b2410eeac2a485b5ee2938e05 | |
parent | 5e3b2dfef43298ea139c58c1b89a018f1bfb98f2 [diff] [blame] |
pep 466 backport of alpn (#20188)
diff --git a/Misc/NEWS b/Misc/NEWS index faf704a..f21dbe8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Library ------- +- Issue #20188: Support Application-Layer Protocol Negotiation (ALPN) in the ssl + module. + - Issue #23248: Update ssl error codes from latest OpenSSL git master. - Issue #23098: 64-bit dev_t is now supported in the os module.