This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MartyMacGyver
Recipients MartyMacGyver, ned.deily, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-04-20.06:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429512119.11.0.212883377393.issue23982@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-20 06:41:59MartyMacGyversetrecipients: + MartyMacGyver, terry.reedy, tim.golden, ned.deily, zach.ware, serhiy.storchaka, steve.dower
2015-04-20 06:41:59MartyMacGyversetmessageid: <1429512119.11.0.212883377393.issue23982@psf.upfronthosting.co.za>
2015-04-20 06:41:59MartyMacGyverlinkissue23982 messages
2015-04-20 06:41:59MartyMacGyvercreate