On Thu, Jan 7, 2021 at 9:12 PM Paul Sokolovsky <[email protected]> wrote: > In that regard, as of 3.9, CPython, has absolutely atrocious REPL > support for its own syntax. It's just barely possible at all to type > multi-line statement, but doing that as painful as hell, and after > typing, editing is not possible. > > It's absolutely a SHAME that CPython has REPL like that, and you need > to install 3rd-party tools to get basic workable REPL. Such situation > with REPL *alone* is a good reason to want braces syntax :-D.
Or use Idle. > Well, I don't write PEPs. I write "pseudoPEPs". Wrote 2 so far: "+=" > operator for io.BytesIO/StringIO and "Strict Mode, part1". More > recently, I'm trying to rebrand those as "PycoEPs", for my Pycopy > dialect. Can you discuss them on pycopy-ideas then? ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ZDQF2EHMDN4IYGI6LXA3HL7TGBUPM5SM/ Code of Conduct: http://python.org/psf/codeofconduct/
