[issue26156] Bad name into power operator syntax

Serhiy Storchaka report at bugs.python.org
Fri May 6 00:30:30 EDT 2016


Serhiy Storchaka added the comment:

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)".

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26156>
_______________________________________


More information about the Python-bugs-list mailing list