mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[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:
parent
4b9d50bb60
commit
44eb329490
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue