mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-101100: Define _tkinter
module to fix references (#112382)
Define _tkinter module to fix references
This commit is contained in:
parent
d525d01e27
commit
6b961b8cea
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