[Python-ideas] Suggestion: Clear screen command for the REPL

Chris Angelico rosuav at gmail.com
Tue Sep 20 04:26:21 EDT 2016


On Tue, Sep 20, 2016 at 6:20 PM, Paul Moore <p.f.moore at gmail.com> 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


More information about the Python-ideas mailing list