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

Terry J. Reedy report at bugs.python.org
Sat Jul 17 00:44:23 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I agree that turning 'exit' and 'quit' into semi-keywords is not acceptible.  I added this to my PR review.

>>> exit = 3
>>> exit

f:\dev\3x>

----------

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


More information about the Python-bugs-list mailing list