diff options
author | Yury Selivanov <yury@magic.io> | 2016-10-05 23:32:49 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-10-05 23:32:49 (GMT) |
commit | 8dc3e438398046c6bb989e038cd08280aa356982 (patch) | |
tree | 84019478ef27a0b2273cbda25d13de72f1dcfee2 /Misc | |
parent | 0de3de6cbfe034654dc03f3808de0c25e28a0c38 (diff) | |
download | cpython-8dc3e438398046c6bb989e038cd08280aa356982.zip cpython-8dc3e438398046c6bb989e038cd08280aa356982.tar.gz cpython-8dc3e438398046c6bb989e038cd08280aa356982.tar.bz2 |
Issue #28372: Fix asyncio to support formatting of non-python coroutines
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -358,6 +358,8 @@ Library - Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. +- Issue #28372: Fix asyncio to support formatting of non-python coroutines. + IDLE ---- |