[issue17390] display python version on idle title bar

bagrat lazaryan report at bugs.python.org
Mon Mar 11 15:25:05 CET 2013


bagrat lazaryan added the comment:

or better still:

...
from platform import python_version, architecture
    shell_title = "Python %s %s Shell" % (python_version(), architecture()[0])
...

----------

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


More information about the Python-bugs-list mailing list