[docs] [issue27026] async/await keywords are missing from reference docs
Martin Panter
report at bugs.python.org
Sun May 15 05:12:15 EDT 2016
Martin Panter added the comment:
..Related: Issue 26264, about updating the keywords module.
Technically they are only reserved inside “async def” functions. So it could be misleading adding them with the other always-reserved keywords without an explanation.
----------
nosy: +martin.panter, yselivanov
stage: -> patch review
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27026>
_______________________________________
More information about the docs
mailing list