Skip to content

gh-86726: Fix the documented return type of tkinter info_patchlevel() - #151655

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:tkinter-docs-info_patchlevel
Jun 18, 2026
Merged

gh-86726: Fix the documented return type of tkinter info_patchlevel()#151655
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:tkinter-docs-info_patchlevel

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Jun 18, 2026

Copy link
Copy Markdown
Member

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

…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>
@serhiy-storchakaserhiy-storchaka added docs Documentation in the Doc dir skip news needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Jun 18, 2026
@read-the-docs-community

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33201172 | 📁 Comparing 63afc29 against main (d47c27e)

🔍 Preview build

1 file changed
±library/tkinter.html

@serhiy-storchaka
serhiy-storchaka merged commit 3cd02a1 into python:mainJun 18, 2026
42 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsJun 18, 2026
@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

@serhiy-storchaka
serhiy-storchaka deleted the tkinter-docs-info_patchlevel branch June 18, 2026 14:35
@miss-islington-app

Copy link
Copy Markdown

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 3cd02a1c2da023974464fd1155982a16474f331b 3.14

@bedevere-app

Copy link
Copy Markdown

GH-151658 is a backport of this pull request to the 3.15 branch.

@miss-islington-app

Copy link
Copy Markdown

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 3cd02a1c2da023974464fd1155982a16474f331b 3.13

@bedevere-appbedevere-appBot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jun 18, 2026
@bedevere-app

Copy link
Copy Markdown

GH-151659 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Jun 18, 2026
@bedevere-app

Copy link
Copy Markdown

GH-151660 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Jun 18, 2026
serhiy-storchaka added a commit that referenced this pull request Jun 18, 2026
…level() (GH-151655) (GH-151660)
It returns a sys.version_info-like named tuple, not a string.
(cherry picked from commit 3cd02a1)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
serhiy-storchaka added a commit that referenced this pull request Jun 18, 2026
…level() (GH-151655) (GH-151658)
It returns a sys.version_info-like named tuple, not a string.
(cherry picked from commit 3cd02a1)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
serhiy-storchaka added a commit that referenced this pull request Jun 18, 2026
…level() (GH-151655) (GH-151659)
It returns a sys.version_info-like named tuple, not a string.
(cherry picked from commit 3cd02a1)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
pyctrl pushed a commit to pyctrl/cpython that referenced this pull request Jul 5, 2026
…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>
@serhiy-storchakaserhiy-storchaka removed their assignment Jul 15, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant

@serhiy-storchaka