From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Nov 2023 08:00:44 +0000 (+0100) Subject: [3.11] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#112393) X-Git-Tag: v3.11.7~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68db0ed903ee677e0f2684a5598ef2006680cf27;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#112393) 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,