summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-12 01:25:01 (GMT)
committerYury Selivanov <yury@magic.io>2016-09-12 01:25:01 (GMT)
commit2609fa7311c7536b8e8412f213576568f0f61957 (patch)
tree4281c189e6cc9efda9ad3011ba18f69a9922898c /Misc/NEWS
parent966321e236548e056b2566ae24f60a2a7cfc2511 (diff)
downloadcpython-2609fa7311c7536b8e8412f213576568f0f61957.zip
cpython-2609fa7311c7536b8e8412f213576568f0f61957.tar.gz
cpython-2609fa7311c7536b8e8412f213576568f0f61957.tar.bz2
Merge 3.5 (asyncio/NEWS)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 25bf7cc..8a28aad 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
----