]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#112393)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Nov 2023 08:00:44 +0000 (09:00 +0100)
committerGitHub <noreply@github.com>
Sat, 25 Nov 2023 08:00:44 +0000 (10:00 +0200)
gh-101100: Define `_tkinter` module to fix references (GH-112382)

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

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/tkinter.rst

index ee34f2659cf3d8a4620e23cd94d40ea8c1c79985..aa78a0fe93d53d15675bb9e93f50389300eff838 100644 (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,