]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Jul 2026 10:29:12 +0000 (13:29 +0300)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 10:29:12 +0000 (10:29 +0000)
commit053079ff7b3b849896209f767672779676ccf0ba
tree27b5e7ae8cc3ccc7ce2dc28f5ba27cd63b9f4629
parente4a61af652201874dddceb10f68940c01d7d264a
[3.13] gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549) (GH-153557)

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: 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