From: Hugo van Kemenade Date: Sat, 25 Nov 2023 06:18:02 +0000 (+0200) Subject: gh-101100: Define `_tkinter` module to fix references (#112382) X-Git-Tag: v3.13.0a3~647 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b961b8ceaba372b78d03feaceb4837bf7236694;p=thirdparty%2FPython%2Fcpython.git gh-101100: Define `_tkinter` module to fix references (#112382) Define _tkinter module to fix references --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 5fab26db6763..a8c67b02a23e 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -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,