[3.12] gh-101100: Define _tkinter module to fix references (GH-112382) (#112392)

gh-101100: Define `_tkinter` module to fix references (GH-112382)

Define _tkinter module to fix references
(cherry picked from commit 6b961b8cea)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-11-25 09:00:21 +01:00 committed by GitHub
parent 4b9d50bb60
commit 44eb329490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,6 +232,9 @@ The modules that provide Tk support include:
Additional modules:
.. module:: _tkinter
:synopsis: A binary module that contains the low-level interface to Tcl/Tk.
:mod:`_tkinter`
A binary module that contains the low-level interface to Tcl/Tk.
It is automatically imported by the main :mod:`tkinter` module,