Uh oh!
There was an error while loading. Please reload this page.
gh-86726: Fix the documented return type of tkinter info_patchlevel() - #151655
Conversation
…evel() It returns a sys.version_info-like named tuple, not a string. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Documentation build overview
|
Uh oh!
There was an error while loading. Please reload this page.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
GH-151658 is a backport of this pull request to the 3.15 branch. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
GH-151659 is a backport of this pull request to the 3.14 branch. |
GH-151660 is a backport of this pull request to the 3.13 branch. |
…evel() (pythonGH-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>
It returns a sys.version_info-like named tuple, not a string.