Skip to content

Tkinter, IDLE: Future Tcl and Tk can have differing version/patchlevel #104496

Closed
@chrstphrchvz

Description

@chrstphrchvz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions