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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17730>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to