[issue44603] REPL: exit when the user types exit instead of asking them to explicitly type exit()

Paul Ganssle report at bugs.python.org
Mon Jul 12 10:52:52 EDT 2021


Paul Ganssle <p.ganssle at gmail.com> added the comment:

I'm +1 for Pablo's approach. That's approximately what I meant by "special-case it in the REPL layer" anyway.

Are there any downsides to doing it this way? It seems tightly scoped and with minimal overhead.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44603>
_______________________________________


More information about the Python-bugs-list mailing list