[issue17390] display python version on idle title bar

Westley Martínez report at bugs.python.org
Thu Feb 27 05:53:18 CET 2014


Westley Martínez added the comment:

How about adding an optional argument to OutputWindow that specifies the title for the window?  Or would this be more suitable for EditorWindow (which OutputWindow inherits from)?  Either way, doing this would allow any OutputWindow to specify its own title.  The current title "Output", is pretty useless.

I've written a patch that adds the functionality. In addition, I changed the title of the Find in Files output window to what you imagined.

----------
Added file: http://bugs.python.org/file34239/issue17390.patch

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


More information about the Python-bugs-list mailing list