diff options
author | Yury Selivanov <yury@magic.io> | 2016-09-12 01:25:01 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-09-12 01:25:01 (GMT) |
commit | 2609fa7311c7536b8e8412f213576568f0f61957 (patch) | |
tree | 4281c189e6cc9efda9ad3011ba18f69a9922898c /Misc/NEWS | |
parent | 966321e236548e056b2566ae24f60a2a7cfc2511 (diff) | |
download | cpython-2609fa7311c7536b8e8412f213576568f0f61957.zip cpython-2609fa7311c7536b8e8412f213576568f0f61957.tar.gz cpython-2609fa7311c7536b8e8412f213576568f0f61957.tar.bz2 |
Merge 3.5 (asyncio/NEWS)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ---- |