From: Yury Selivanov Date: Mon, 12 Sep 2016 01:25:01 +0000 (-0400) Subject: Merge 3.5 (asyncio/NEWS) X-Git-Tag: v3.6.0b1~17^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2609fa7311c7536b8e8412f213576568f0f61957;p=python Merge 3.5 (asyncio/NEWS) --- diff --git a/Misc/NEWS b/Misc/NEWS index 25bf7cca94..8a28aad57c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -363,6 +363,8 @@ Library - Issue #21201: Improves readability of multiprocessing error message. Thanks to Wojciech Walczak for patch. +- asyncio: Add set_protocol / get_protocol to Transports. + IDLE ----