| commit | 975735f729df6b7767556d2d389b560dbc7500ac | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Wed Jun 25 21:41:58 2014 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Wed Jun 25 21:41:58 2014 +0200 |
| tree | 8579740ca947c8323088a452d659e4c0cb130a2e | |
| parent | 65c623de74cba3eff6d8f5f4c37cfec89c0fde43 [diff] |
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