Skip to content

gh-105895: Add match and case to help()#152113

Merged
StanFromIreland merged 3 commits into
python:mainfrom
sobolevn:issue-105895-help
Jun 24, 2026
Merged

gh-105895: Add match and case to help()#152113
StanFromIreland merged 3 commits into
python:mainfrom
sobolevn:issue-105895-help

Conversation

@sobolevn

@sobolevn sobolevn commented Jun 24, 2026

Copy link
Copy Markdown
Member

Originally published in #132784
All credit goes to @dzherb, I added them as co-authors in the commit message.

Originally published in python#132784

Co-authored-by: dzherb <zherbin.dima@yandex.ru>
@read-the-docs-community

read-the-docs-community Bot commented Jun 24, 2026

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33297374 | 📁 Comparing 72c5bcd against main (e0909f0)

  🔍 Preview build  

3 files changed
± library/curses.html
± whatsnew/3.16.html
± whatsnew/changelog.html

Comment thread Misc/NEWS.d/next/Library/2026-06-24-22-16-35.gh-issue-105895.hRkuEw.rst Outdated
Comment thread Doc/tools/extensions/pydoc_topics.py Outdated
Co-authored-by: Stan Ulbrych <stan@python.org>

@StanFromIreland StanFromIreland left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@StanFromIreland StanFromIreland enabled auto-merge (squash) June 24, 2026 20:59
@StanFromIreland StanFromIreland added 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 24, 2026
@StanFromIreland

Copy link
Copy Markdown
Member

The failing check was due to #151365.

@StanFromIreland StanFromIreland merged commit 1d55b37 into python:main Jun 24, 2026
51 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @sobolevn for the PR, and @StanFromIreland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Sorry, @sobolevn and @StanFromIreland, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 1d55b3778c1c31549c5f914fcc451db4a3dcc501 3.14

@miss-islington-app

Copy link
Copy Markdown

Sorry, @sobolevn and @StanFromIreland, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 1d55b3778c1c31549c5f914fcc451db4a3dcc501 3.13

@bedevere-app

bedevere-app Bot commented Jun 24, 2026

Copy link
Copy Markdown

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

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

bedevere-app Bot commented Jun 24, 2026

Copy link
Copy Markdown

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

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jun 24, 2026
@bedevere-app

bedevere-app Bot commented Jun 24, 2026

Copy link
Copy Markdown

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

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jun 24, 2026
sobolevn added a commit that referenced this pull request Jun 24, 2026
…152126)

gh-105895: Add `match` and `case` doc to `help()` (GH-152113)
(cherry picked from commit 1d55b37)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: dzherb <zherbin.dima@yandex.ru>
Co-authored-by: Stan Ulbrych <stan@python.org>
sobolevn added a commit that referenced this pull request Jun 24, 2026
…152128)

(cherry picked from commit 1d55b37)

Co-authored-by: dzherb <zherbin.dima@yandex.ru>
Co-authored-by: Stan Ulbrych <stan@python.org>
sobolevn added a commit that referenced this pull request Jun 24, 2026
…152129)

(cherry picked from commit 1d55b37)

Co-authored-by: dzherb <zherbin.dima@yandex.ru>
Co-authored-by: Stan Ulbrych <stan@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants