-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Conversation
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
There was a problem hiding this 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! 🎈
Thanks @Nikki1993 for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…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>
…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>
GH-111204 is a backport of this pull request to the 3.12 branch. |
GH-111205 is a backport of this pull request to the 3.11 branch. |
…quantifiers. (python#111110) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…quantifiers. (python#111110) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Fixes an issue with lack of clarification in regex docs https://mail.python.org/archives/list/docs@python.org/thread/7D56UZ3VSWCQVQPIL44LWTO42EJUBRKI/
📚 Documentation preview 📚: https://cpython-previews--111110.org.readthedocs.build/