[Python-checkins] cpython: Merge 3.5 (asyncio/NEWS)

yury.selivanov python-checkins at python.org
Sun Sep 11 21:24:48 EDT 2016


https://hg.python.org/cpython/rev/681096fb4aac
changeset:   103673:681096fb4aac
user:        Yury Selivanov <yury at magic.io>
date:        Sun Sep 11 21:25:01 2016 -0400
summary:
  Merge 3.5 (asyncio/NEWS)

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -363,6 +363,8 @@
 - Issue #21201: Improves readability of multiprocessing error message.  Thanks
   to Wojciech Walczak for patch.
 
+- asyncio: Add set_protocol / get_protocol to Transports.
+
 IDLE
 ----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list