Message 355609 - Python tracker
Message355609
| 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:04 | rhettinger | set | recipients: + rhettinger, asvetlov, serhiy.storchaka, yselivanov, miss-islington, xtreak, aeros |
| 2019-10-29 03:43:04 | rhettinger | set | messageid: <1572320584.69.0.398647561916.issue34790@roundup.psfhosted.org> |
| 2019-10-29 03:43:04 | rhettinger | link | issue34790 messages |
| 2019-10-29 03:43:04 | rhettinger | create | |