[issue17390] display python version on idle title bar

bagrat lazaryan report at bugs.python.org
Mon Mar 11 14:18:29 CET 2013


bagrat lazaryan added the comment:

...
class PyShell(OutputWindow):

    import platform
    version = platform.python_version() + " " + platform.architecture()[0]
    shell_title = "Python %s Shell" % version
...
(PyShell.py)

i'll take a look at the devguide and see if i can figure a patch out.

----------

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


More information about the Python-bugs-list mailing list