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 steven.daprano
Recipients arigo, brett.cannon, ned.deily, paul.moore, python-dev, steven.daprano
Date 2016-08-23.14:49:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160823144955.GC26300@ando.pearwood.info>
In-reply-to <1471523216.89.0.785998607861.issue27573@psf.upfronthosting.co.za>
Content
On Thu, Aug 18, 2016 at 12:26:56PM +0000, Armin Rigo wrote:
> ...ah, upon closer inspection, we don't use the ``interact()`` method 
> anyway.  We already copied and tweaked this method: one problem was 
> that it gives no way to run without printing at least one '\n' of 
> banner at the beginning.  Then a more important tweak was made when we 
> added multiline input with `pyrepl` by default.  So feel free to 
> ignore my request.

I think making the exit message configurable is a good idea even if PyPy 
doesn't do it, and it should be an easy few lines, so I'll do it even if 
you don't need it for PyPy.
History
Date User Action Args
2016-08-23 14:49:59steven.dapranosetrecipients: + steven.daprano, brett.cannon, arigo, paul.moore, ned.deily, python-dev
2016-08-23 14:49:59steven.dapranolinkissue27573 messages
2016-08-23 14:49:59steven.dapranocreate