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 eric.araujo
Recipients Ramchandra Apte, eric.araujo, underrun
Date 2013-12-18.17:39:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387388387.1.0.336117424093.issue20016@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, it is a deliberate choice to not have reprs have side-effects, espercially as important as quitting the interpreter.  The repr of quit/exit is used in places such as pydoc help; it would be bad to quit when the user wants to see documentation, for example.
History
Date User Action Args
2013-12-18 17:39:47eric.araujosetrecipients: + eric.araujo, underrun, Ramchandra Apte
2013-12-18 17:39:47eric.araujosetmessageid: <1387388387.1.0.336117424093.issue20016@psf.upfronthosting.co.za>
2013-12-18 17:39:46eric.araujolinkissue20016 messages
2013-12-18 17:39:46eric.araujocreate