This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients asvetlov, yselivanov
Date 2018-01-21.16:49:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516553352.44.0.467229070634.issue32610@psf.upfronthosting.co.za>
In-reply-to
Content
I agree, returning done tasks is pretty useless.

This is a new function so let's fix its behavour.  We need to:

1. Document this difference between new asyncio.all_tasks() and now deprecated Task.all_tasks().

2. Make sure that Task.all_tasks() works in 3.7 in the same way it was working before 3.7.
History
Date User Action Args
2018-01-21 16:49:12yselivanovsetrecipients: + yselivanov, asvetlov
2018-01-21 16:49:12yselivanovsetmessageid: <1516553352.44.0.467229070634.issue32610@psf.upfronthosting.co.za>
2018-01-21 16:49:12yselivanovlinkissue32610 messages
2018-01-21 16:49:12yselivanovcreate