Ivan Levkivskyi added the comment:

> Is the fact that 'await' produces a syntax error in this context the same bug 
> or a new one?

What kind of SyntaxError? await outside an async function is prohibited, bare 
await is also prohibited.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10544>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to