]> granicus.if.org Git - python/commit
(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)
commit893df48682512382fd327045eb9a08fdc610b95e
tree945978bc2a5f2fa2f47da9fd9860c14440973552
parente5243cc7134b4bc16c91e225ce9d860cc1a4d6f7
parent975735f729df6b7767556d2d389b560dbc7500ac
(Merge 3.4) asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and
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