]> granicus.if.org Git - python/commit
asyncio: Fix unix pipe transport 'repr' methods
authorYury Selivanov <yselivanov@sprymix.com>
Fri, 13 May 2016 20:04:43 +0000 (16:04 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Fri, 13 May 2016 20:04:43 +0000 (16:04 -0400)
commit5dc093336f6f6c7bd0b79c1c870dc9b733fc2fe5
treef38afabb73279f9c26d2fbebd12bfcd5a164bffd
parent32dae3d50ff8f3ab5cbb36df476844ed41deb103
asyncio: Fix unix pipe transport 'repr' methods

Patch by Vincent Michel.
See also https://github.com/python/asyncio/pull/326
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py