[issue27573] code.interact() should print an exit message

Armin Rigo report at bugs.python.org
Thu Aug 18 08:26:56 EDT 2016


Armin Rigo added the comment:

...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.

(Multiline input is great, btw, if you use the interactive Python a lot.  That would be a completely different patch---if I thought that there's a good chance of it not languishing forever on this bug tracker, which I honestly don't think is the case...)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27573>
_______________________________________


More information about the Python-bugs-list mailing list