Martin Falatic added the comment:

There may be a more uniform way to do all this that I'm not aware of. 
root.tcl.call() and root.tk.call() would be most symmetric while not creating 
extraneous windows, but that's not an option for the former, thus the methods I 
ended up using look different for Tk and Tcl.

Whatever the output, a tuple (8,5,9) or string "8.5.9" (easily converted to a 
tuple) will be nice, hiding any disparate implementation details.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to