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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to