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

Reply via email to