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 arigo
Recipients arigo, brett.cannon, ned.deily, paul.moore, python-dev, steven.daprano
Date 2016-08-18.08:19:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471508365.2.0.524826501427.issue27573@psf.upfronthosting.co.za>
In-reply-to
Content
Can we make the exit message optional?  Otherwise PyPy will need to patch code.py to add the option to not display this message when used as the normal REPL (yes, PyPy uses the plain code.py as its built-in REPL).
History
Date User Action Args
2016-08-18 08:19:25arigosetrecipients: + arigo, brett.cannon, paul.moore, ned.deily, steven.daprano, python-dev
2016-08-18 08:19:25arigosetmessageid: <1471508365.2.0.524826501427.issue27573@psf.upfronthosting.co.za>
2016-08-18 08:19:25arigolinkissue27573 messages
2016-08-18 08:19:25arigocreate