]> granicus.if.org Git - python/commitdiff
(Merge 3.4) asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Jun 2014 19:43:21 +0000 (21:43 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Jun 2014 19:43:21 +0000 (21:43 +0200)
TimerHandle

- Uniformize repr() output to format "<Class ...>"
- On Python 3.5+, repr(Task) uses the qualified name instead of the short name
  of the coroutine


Trivial merge