PEP 762 – REPL-acing the default REPL
Did I just miss the announcement of this PEP or was it not posted yet?
Anyway, the new, enhanced new Python REPL has its own PEP now!
For those not following its development, the new REPL is amazing and required a lot of energy, courage, testing and fixing to become what was released.
I hope support for command history in Windows lands (there's an open PR¹).
#Python #CPython #PyPy #PyREPL #REPL
¹: I wrote it
https://peps.python.org/pep-0762/

PEP 762 – REPL-acing the default REPL | peps.python.org
One of Python’s core strengths is its interactive mode, also known as the Read-Eval-Print Loop (REPL), or the Python console, or the Python shell. This PEP describes the new implementation of this functionality written in Python. The new REPL released i...