]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-86726: Fix the documented return type of tkinter info_patchlevel() (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Jun 2026 14:44:51 +0000 (16:44 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 14:44:51 +0000 (14:44 +0000)
commit821e97b999e2f1857921cf944adf86c815d1a599
treeb4360ad649c5fddce0ca6178ff4977126d25fb0c
parent0125168a81a9781561d231be37f18031cdb21ba8
[3.15] gh-86726: Fix the documented return type of tkinter info_patchlevel() (GH-151655) (GH-151658)

It returns a sys.version_info-like named tuple, not a string.
(cherry picked from commit 3cd02a1c2da023974464fd1155982a16474f331b)

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