Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-110383: Added explanation about simplest regex use case for quantifiers. #111110

Merged
merged 2 commits into from
Oct 23, 2023

Conversation

Nikki1993
Copy link
Contributor

@Nikki1993 Nikki1993 commented Oct 20, 2023

@cpython-cla-bot
Copy link

cpython-cla-bot bot commented Oct 20, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app bedevere-app bot added awaiting review docs Documentation in the Doc dir skip news labels Oct 20, 2023
@hugovk hugovk added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Oct 20, 2023
Doc/howto/regex.rst Outdated Show resolved Hide resolved
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

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

Looks good, congratulations on your first contribution! 🎈

@hugovk hugovk merged commit 1172d02 into python:main Oct 23, 2023
24 checks passed
@miss-islington-app
Copy link

Thanks @Nikki1993 for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 23, 2023
…quantifiers. (pythonGH-111110)

(cherry picked from commit 1172d02)

Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 23, 2023
…quantifiers. (pythonGH-111110)

(cherry picked from commit 1172d02)

Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Oct 23, 2023

GH-111204 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Oct 23, 2023
@bedevere-app
Copy link

bedevere-app bot commented Oct 23, 2023

GH-111205 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Oct 23, 2023
hugovk added a commit that referenced this pull request Oct 23, 2023
… quantifiers. (GH-111110) (#111205)

Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk added a commit that referenced this pull request Oct 23, 2023
… quantifiers. (GH-111110) (#111204)

Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@Nikki1993 Nikki1993 deleted the howto-regex-simplest-case branch October 23, 2023 07:38
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…quantifiers. (python#111110)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…quantifiers. (python#111110)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants