]> granicus.if.org Git - python/commit
asyncio: enhance protocol representation
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 12 Oct 2014 07:52:11 +0000 (09:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 12 Oct 2014 07:52:11 +0000 (09:52 +0200)
commit0e34dc37379e3c42b19c30410e190966e65f4dad
tree230db20a3170b0e97c101a074ce5d24754f5d2a3
parentfa62f4ceddb889d7645c739b049210262e8d39f1
asyncio: enhance protocol representation

Add "closed" or "closing" to repr() of selector and proactor transports
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py