]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Jul 2026 10:17:25 +0000 (12:17 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 10:17:25 +0000 (10:17 +0000)
commit2aa59283922e5148664604f2e94cc134723ae272
tree4695113169c3dfd05524bb8999d94f059ac5a860
parent43e621e0d3817c4b34e414c9aae618f0a9292c29
[3.15] gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549) (GH-153551)

Correct inaccurate return-type and option descriptions in the tkinter
reference, and add missing module and class docstrings.
(cherry picked from commit 77cb7560c07feed0d5b144c0c1735e1620c96f51)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/dialog.rst
Doc/library/tkinter.messagebox.rst
Doc/library/tkinter.rst
Doc/library/tkinter.ttk.rst
Lib/tkinter/__init__.py
Lib/tkinter/colorchooser.py
Lib/tkinter/commondialog.py
Lib/tkinter/dialog.py
Lib/tkinter/font.py
Lib/tkinter/messagebox.py
Lib/tkinter/simpledialog.py