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.

作者 MartyMacGyver
收信人 MartyMacGyver, ned.deily, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
日期 2015-04-20.06:41:59
SpamBayes Score -1.0
Marked as misclassified
Message-id <1429512119.11.0.212883377393.issue23982@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2015-04-20 06:41:59MartyMacGyver修改recipients: + MartyMacGyver, terry.reedy, tim.golden, ned.deily, zach.ware, serhiy.storchaka, steve.dower
2015-04-20 06:41:59MartyMacGyver修改messageid: <1429512119.11.0.212883377393.issue23982@psf.upfronthosting.co.za>
2015-04-20 06:41:59MartyMacGyver链接issue23982 messages
2015-04-20 06:41:59MartyMacGyver创建