Global variables TkVersion
and TclVersion
contain the version as a float, e.g. 8.6
. There are several issues with this:
tkinter
was built. But if Tcl versions are binary compatible, the real dynamic version can be different.More detailed info can be retrieved by Tcl command info patchlevel
. But the interface of calling raw Tcl commands is not official, and the result is a string, which is hard to compare as version.
I propose to add new method info_patchlevel()
which returns the exact version of the Tcl library as a named tuple similar to sys.version_info
.
The question is whether we need a global variable representing the static version as a named tuple (it is known at compile time) and what should be its name.
zware, E-Paine and demian-wolf
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4