]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Jul 2026 09:46:06 +0000 (12:46 +0300)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 09:46:06 +0000 (09:46 +0000)
commit77cb7560c07feed0d5b144c0c1735e1620c96f51
tree64c5129b3467d81225b20103c3c352ef4239aa09
parentd52cfd2a0ec4423ed94bda640deefdfcf053bd8e
gh-86726: Fix and improve tkinter documentation and docstrings (GH-153549)

Correct inaccurate return-type and option descriptions in the tkinter
reference, and add missing module and class docstrings.

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