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 rhettinger
Recipients aeros, asvetlov, miss-islington, rhettinger, serhiy.storchaka, xtreak, yselivanov
Date 2019-10-29.03:43:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572320584.69.0.398647561916.issue34790@roundup.psfhosted.org>
In-reply-to
Content
Is this whatsnew/3.8.rst entry correct and complete?

'''
The :func:`asyncio.coroutine` :term:`decorator` is deprecated and will be removed in version 3.10.  Instead of ``@asyncio.coroutine``, use :keyword:`async def` instead. (Contributed by Andrew Svetlov in :issue:`36921`.)
'''
History
Date User Action Args
2019-10-29 03:43:04rhettingersetrecipients: + rhettinger, asvetlov, serhiy.storchaka, yselivanov, miss-islington, xtreak, aeros
2019-10-29 03:43:04rhettingersetmessageid: <1572320584.69.0.398647561916.issue34790@roundup.psfhosted.org>
2019-10-29 03:43:04rhettingerlinkissue34790 messages
2019-10-29 03:43:04rhettingercreate