summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-11 21:25:01 -0400
committerYury Selivanov <yury@magic.io>2016-09-11 21:25:01 -0400
commit2609fa7311c7536b8e8412f213576568f0f61957 (patch)
tree4281c189e6cc9efda9ad3011ba18f69a9922898c
parent966321e236548e056b2566ae24f60a2a7cfc2511 (diff)
downloadcpython-git-2609fa7311c7536b8e8412f213576568f0f61957.tar.gz
Merge 3.5 (asyncio/NEWS)
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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
----