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 steven.daprano
Date 2016-07-19.12:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468932940.76.0.523388198835.issue27573@psf.upfronthosting.co.za>
In-reply-to
Content
Way too often I've lost track of whether I'm in the code.interact() REPL or the original REPL, or hit Ctrl-D once too often, and accidentally quit the real REPL. It is easy to lose track, since the real and imitation REPL both use the same prompts.

It would be useful if code.interact() and the InteractiveConsole printed a message when they exited.
History
Date User Action Args
2016-07-19 12:55:40steven.dapranosetrecipients: + steven.daprano
2016-07-19 12:55:40steven.dapranosetmessageid: <1468932940.76.0.523388198835.issue27573@psf.upfronthosting.co.za>
2016-07-19 12:55:40steven.dapranolinkissue27573 messages
2016-07-19 12:55:40steven.dapranocreate