Skip to content

Tkinter demo: show Tcl/Tk patchlevel instead of version #110345

Closed
@chrstphrchvz

Description

@chrstphrchvz

Feature or enhancement

Proposal:

When dealing with issue reports involving Tcl/Tk, it is often much more helpful to know what Tcl/Tk calls the “patchlevel” (e.g. 8.6.13) than what Tcl/Tk calls the “version” (e.g. 8.6), because only the former usually corresponds to individual Tcl/Tk releases (and bugs tend to be fixed between these releases).

The test program in tkinter._test() (as invoked by python3.y -m tkinter) currently shows the Tcl/Tk “version”. So if Tkinter users are consulting this demo to know what Tcl/Tk is on their system when reporting issues, then I believe it would be better for this demo to show the “patchlevel” instead.

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

No response

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.11only security fixes3.12only security fixes3.13bugs and security fixestopic-tkintertype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions