[issue26182] Deprecation warnings for the future async and await keywords

Brett Cannon report at bugs.python.org
Wed Jan 27 13:00:07 EST 2016


Brett Cannon added the comment:

If someone wants to try and fix this, I would look at how the warning for the 'with' statement was handled (it will either be in the compiler while generating bytecode or somewhere in the parser, but I'm fairly certain it's the compiler).

----------
nosy: +brett.cannon

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


More information about the Python-bugs-list mailing list