]> granicus.if.org Git - python/commit
Issue #28372: Fix asyncio to support formatting of non-python coroutines
authorYury Selivanov <yury@magic.io>
Wed, 5 Oct 2016 23:32:49 +0000 (19:32 -0400)
committerYury Selivanov <yury@magic.io>
Wed, 5 Oct 2016 23:32:49 +0000 (19:32 -0400)
commit8dc3e438398046c6bb989e038cd08280aa356982
tree84019478ef27a0b2273cbda25d13de72f1dcfee2
parent0de3de6cbfe034654dc03f3808de0c25e28a0c38
Issue #28372: Fix asyncio to support formatting of non-python coroutines
Lib/asyncio/coroutines.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS