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-18.10:59:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160818105906.GU26300@ando.pearwood.info>
In-reply-to <1471508365.2.0.524826501427.issue27573@psf.upfronthosting.co.za>
Content
On Thu, Aug 18, 2016 at 08:19:25AM +0000, Armin Rigo wrote:
> Can we make the exit message optional?

Sure. What API do you prefer? I'm thinking to just give interact() an 
optional "exitmsg" argument, similar to banner:

def interact(banner=None, readfunc=None, local=None, exitmsg=None):

and similar for InteractiveConsole.interact.

If you're happy with that, I should be able to get the change done over 
this coming weekend.
History
Date User Action Args
2016-08-18 10:59:12steven.dapranosetrecipients: + steven.daprano, brett.cannon, arigo, paul.moore, ned.deily, python-dev
2016-08-18 10:59:12steven.dapranolinkissue27573 messages
2016-08-18 10:59:11steven.dapranocreate