[issue17730] code.interact() doesn't support no banner

Drekin report at bugs.python.org
Sun Apr 14 13:48:37 CEST 2013


New submission from Drekin:

Currently, there is no way to run code.interact without a banner – empty string still means to print an empty line. If I want that behaviour, I must subclass code.InteractiveConsole and reimplement whole .interact method including the repl logic just not to print a banner. Maybe there should be .print_banner method for this.

----------
components: Library (Lib)
messages: 186914
nosy: Drekin
priority: normal
severity: normal
status: open
title: code.interact() doesn't support no banner
type: enhancement
versions: Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list