]> granicus.if.org Git - python/commitdiff
(Merge 3.4) asyncio: enhance protocol representation
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 12 Oct 2014 07:53:12 +0000 (09:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 12 Oct 2014 07:53:12 +0000 (09:53 +0200)
Add "closed" or "closing" to repr() of selector and proactor transports


Trivial merge