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 terry.reedy
Recipients FFY00, asmeurer, eric.araujo, gregory.p.smith, jack__d, mark.dickinson, p-ganssle, pablogsal, steven.daprano, terry.reedy, theacodes, tlalexander, veky
Date 2021-07-17.04:44:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626497063.61.0.0850282002926.issue44603@roundup.psfhosted.org>
In-reply-to
Content
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>
History
Date User Action Args
2021-07-17 04:44:23terry.reedysetrecipients: + terry.reedy, gregory.p.smith, mark.dickinson, eric.araujo, steven.daprano, veky, p-ganssle, pablogsal, asmeurer, FFY00, theacodes, jack__d, tlalexander
2021-07-17 04:44:23terry.reedysetmessageid: <1626497063.61.0.0850282002926.issue44603@roundup.psfhosted.org>
2021-07-17 04:44:23terry.reedylinkissue44603 messages
2021-07-17 04:44:23terry.reedycreate