Skip to content

gh-149861: Fix rendering of case_block in match statement PEG grammar#149908

Merged
encukou merged 3 commits into
python:mainfrom
ByteFlowing1337:fix-149861
May 27, 2026
Merged

gh-149861: Fix rendering of case_block in match statement PEG grammar#149908
encukou merged 3 commits into
python:mainfrom
ByteFlowing1337:fix-149861

Conversation

@ByteFlowing1337
Copy link
Copy Markdown
Contributor

@ByteFlowing1337 ByteFlowing1337 commented May 16, 2026

@read-the-docs-community
Copy link
Copy Markdown

read-the-docs-community Bot commented May 16, 2026

@encukou
Copy link
Copy Markdown
Member

encukou commented May 26, 2026

Thank you!

Could you undo the case changes? Those aren't related to the issue, and I don't think they're worth making. (AFAIK, even small changes like this can invalidate translations.)

@encukou encukou merged commit 99c254e into python:main May 27, 2026
30 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs May 27, 2026
@encukou encukou 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 May 27, 2026
@miss-islington-app
Copy link
Copy Markdown

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

@miss-islington-app
Copy link
Copy Markdown

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

@miss-islington-app
Copy link
Copy Markdown

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

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 27, 2026

GH-150512 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 May 27, 2026
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 27, 2026

GH-150513 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 May 27, 2026
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 27, 2026

GH-150514 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 May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

The PEG rule "case_block" of match statement seems not rendered correctly

2 participants