[docs] [issue26156] Bad name into power operator syntax
Serhiy Storchaka
report at bugs.python.org
Fri May 6 02:10:41 EDT 2016
Serhiy Storchaka added the comment:
The confusion is in the definition of await expression with optional "await". Without "await" the expression doesn't suspend the execution of coroutine. And await expression can only be used inside a coroutine function, but the power operator can be used outside.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26156>
_______________________________________
More information about the docs
mailing list