-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-32658: Add Metacharacter (except \) are not active inside classes Regexpr HOWTO (GH-32230) #32230
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
Conversation
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.
Makes sense, \
is explicitly listed as a metacharacter in this doc.
Thanks @MaxwellDupre for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry @MaxwellDupre and @JelleZijlstra, I had trouble checking out the |
GH-32322 is a backport of this pull request to the 3.9 branch. |
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 43571a3) Co-authored-by: Mike cm <mikecmcleod@gmail.com>
Thanks @MaxwellDupre for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-32323 is a backport of this pull request to the 3.10 branch. |
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 43571a3) Co-authored-by: Mike cm <mikecmcleod@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 43571a3) Co-authored-by: Mike cm <mikecmcleod@gmail.com>
Metacharacters (except \) are not active inside classes.
Bug Issue32658
Simple doc change so assume doesn't need NEWS addition.
https://bugs.python.org/issue32658