Tk 8.7 will be compatible with both Tcl 8.7 and Tcl 9.0; there is no Tk 9.0 currently in development. The version and/or patchlevel of Tcl and Tk will not necessarily be identical, but there are places in Tkinter code which assume they are. A few examples which I am aware of:
|
tk_patchlevel = self.info_patchlevel() |
|
_tk_patchlevel = tcl.info_patchlevel() |
|
_tk_patchlevel = tcl.info_patchlevel() |
Linked PRs