New submission from Steven D'Aprano:

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.

----------
components: Library (Lib)
files: code.patch
keywords: patch
messages: 270822
nosy: steven.daprano
priority: normal
severity: normal
status: open
title: code.interact() should print an exit message
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file43791/code.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27573>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to