Hello, On Thu, 7 Jan 2021 22:59:41 +1100 Chris Angelico <ros...@gmail.com> wrote:
> On Thu, Jan 7, 2021 at 9:12 PM Paul Sokolovsky <pmis...@gmail.com> > 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. Good catch, but Idle doesn't work in console terminal. > > 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? No, we first would need to discuss that idea on python-ideas-ideas list. -- Best regards, Paul mailto:pmis...@gmail.com _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/TTACOR3L3CPDEACB5JTC2HBBFXAPPV2T/ Code of Conduct: http://python.org/psf/codeofconduct/