diff options
author | Yury Selivanov <yury@magic.io> | 2016-10-05 23:33:36 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-10-05 23:33:36 (GMT) |
commit | 996dd4a666a221c65df6712042c37900931ccf14 (patch) | |
tree | f82b3a04562c03d0cbd4489fdb4a27431e0de1e7 /Misc | |
parent | d2c5fab7c618b8c94b42ff4ae8c1875cc521f09d (diff) | |
parent | 8dc3e438398046c6bb989e038cd08280aa356982 (diff) | |
download | cpython-996dd4a666a221c65df6712042c37900931ccf14.zip cpython-996dd4a666a221c65df6712042c37900931ccf14.tar.gz cpython-996dd4a666a221c65df6712042c37900931ccf14.tar.bz2 |
Merge 3.5 (issue #28372)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -175,6 +175,8 @@ Library - Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. +- Issue #28372: Fix asyncio to support formatting of non-python coroutines. + Windows ------- |