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 serhiy.storchaka
Recipients Chema Cortés, Guido Treutwein, docs@python, rjordens, serhiy.storchaka, yselivanov
Date 2016-05-06.04:30:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462509030.66.0.59703116191.issue26156@psf.upfronthosting.co.za>
In-reply-to
Content
The docs looks correct to me. It reflects the fact that the "await" keyword has higher priority than the power operator. "await a ** b" is identical to "(await a) ** b", not "await (a ** b)".
History
Date User Action Args
2016-05-06 04:30:30serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, yselivanov, rjordens, Chema Cortés, Guido Treutwein
2016-05-06 04:30:30serhiy.storchakasetmessageid: <1462509030.66.0.59703116191.issue26156@psf.upfronthosting.co.za>
2016-05-06 04:30:30serhiy.storchakalinkissue26156 messages
2016-05-06 04:30:30serhiy.storchakacreate