]> granicus.if.org Git - python/commit
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
authorYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 19:58:15 +0000 (15:58 -0400)
committerYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 19:58:15 +0000 (15:58 -0400)
commit45dccdad93fbfa5c2b90a697b47d5286115827aa
tree01fd44537abe8ab50c6f8ecb9749b8555e163f35
parent5587d7c071e5725d8aaf565b985441011cb1449f
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.

Patch by iceboy.
Lib/asyncio/coroutines.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS