From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Nov 2023 08:00:21 +0000 (+0100) Subject: [3.12] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#112392) X-Git-Tag: v3.12.1~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44eb329490aece97a0e0d8f6b904aba10e9354ad;p=thirdparty%2FPython%2Fcpython.git [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 6b961b8ceaba372b78d03feaceb4837bf7236694) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index ee34f2659cf3..aa78a0fe93d5 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,