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

Taylor Alexander report at bugs.python.org
Mon Jul 12 21:58:30 EDT 2021


Taylor Alexander <tlalexander at gmail.com> added the comment:

Am I correct in thinking that the proposed change only affects the use case where a user types exit in to the REPL and hits return? And that any other case is unaffected?

I can only imagine that the majority of users who type exit in to the interpreter are expecting the REPL to exit.

Stargirl do I recall you mentioning (perhaps on twitter) that there are threads online of users expressing frustration with this feature? It would be helpful to see what users have said about it.

I would push back against the idea that this is about laziness. It sounds like this is about reducing user confusion.

----------

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


More information about the Python-bugs-list mailing list