This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author FFY00
Recipients DiddiLeija, FFY00, asmeurer, eric.araujo, gregory.p.smith, jack__d, p-ganssle, pablogsal, steven.daprano, terry.reedy, theacodes, tlalexander, veky
Date 2021-09-25.13:18:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632575896.34.0.617902800802.issue44603@roundup.psfhosted.org>
In-reply-to
Content
> In my view, that's exactly why it _shouldn't_ have a special treatment. After all, site can add many more builtins. Do you want all of them to have autocall?

No, and I did not suggest anything of the sort. I just want the exit because of its integral job of... exiting the REPL. Typing `import sys; sys.exit()` every time I want to test something quick on the REPL is awful UX.
History
Date User Action Args
2021-09-25 13:18:16FFY00setrecipients: + FFY00, terry.reedy, gregory.p.smith, eric.araujo, steven.daprano, veky, p-ganssle, pablogsal, asmeurer, theacodes, jack__d, tlalexander, DiddiLeija
2021-09-25 13:18:16FFY00setmessageid: <1632575896.34.0.617902800802.issue44603@roundup.psfhosted.org>
2021-09-25 13:18:16FFY00linkissue44603 messages
2021-09-25 13:18:16FFY00create