On Tue, Sep 20, 2016 at 6:20 PM, Paul Moore <[email protected]> wrote: > There > have been occasional deviations from this (for example, the "as" in > "import foo as bar" was, for a time, only a keyword in that specific > context) but I don't believe any of them survived long-term.
async and await are similarly context-sensitive for a couple of versions, to make the breakage simpler. But again, it's not intended to be long-term. ChrisA _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
