]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86726: Fix the documented return type of tkinter info_patchlevel() (GH-151655)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 18 Jun 2026 14:34:57 +0000 (17:34 +0300)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 14:34:57 +0000 (17:34 +0300)
commit3cd02a1c2da023974464fd1155982a16474f331b
treee0a0e25196f0ebb69b6e6acf7e3f00f7c6439404
parentad1513a263bc0b7831908d65a7bea869623abd9f
gh-86726: Fix the documented return type of tkinter info_patchlevel() (GH-151655)

It returns a sys.version_info-like named tuple, not a string.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Doc/library/tkinter.rst