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-09-18.21:44:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537307045.18.0.956365154283.issue34728@psf.upfronthosting.co.za>
In-reply-to
Content
asyncio.sleep is a coroutine; passing a *loop* argument to it makes no sense anymore.

We should raise a DeprecationWarning in Python 3.8 and 3.9 and remove it in 4.0.
History
Date User Action Args
2018-09-18 21:44:05yselivanovsetrecipients: + yselivanov, asvetlov
2018-09-18 21:44:05yselivanovsetmessageid: <1537307045.18.0.956365154283.issue34728@psf.upfronthosting.co.za>
2018-09-18 21:44:05yselivanovlinkissue34728 messages
2018-09-18 21:44:05yselivanovcreate