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 r.david.murray
Recipients Chema Cortés, Guido Treutwein, Yury.Selivanov, docs@python, r.david.murray, rjordens, serhiy.storchaka, yselivanov, zach.ware
Date 2016-05-06.13:04:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462539897.75.0.406419074119.issue26156@psf.upfronthosting.co.za>
In-reply-to
Content
Sounds like it is a bit more than just confusion: given that power can be used outside a coroutine but await can't, Serhiy's formulation would seem to me to be more semantically correct, even if syntactically it is the same as the current.

I think it would regardless be better to replace 'await' with 'await_expr', so +1 on that from me as well.
History
Date User Action Args
2016-05-06 13:04:57r.david.murraysetrecipients: + r.david.murray, docs@python, Yury.Selivanov, zach.ware, serhiy.storchaka, yselivanov, rjordens, Chema Cortés, Guido Treutwein
2016-05-06 13:04:57r.david.murraysetmessageid: <1462539897.75.0.406419074119.issue26156@psf.upfronthosting.co.za>
2016-05-06 13:04:57r.david.murraylinkissue26156 messages
2016-05-06 13:04:57r.david.murraycreate