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

bpo-32658: Add Metacharacter (except \) are not active inside classes Regexpr HOWTO (GH-32230) #32230

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Copy link

@MaxwellDupre MaxwellDupre commented Apr 1, 2022

Metacharacters (except \) are not active inside classes.
Bug Issue32658

Simple doc change so assume doesn't need NEWS addition.

https://bugs.python.org/issue32658

@MaxwellDupre MaxwellDupre changed the title bpo-32658: Add Metacharacter (except \) are not active inside classes Regexpr HOWTO (GH-NNNN) bpo-32658: Add Metacharacter (except \) are not active inside classes Regexpr HOWTO (GH-32230) Apr 1, 2022
Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Makes sense, \ is explicitly listed as a metacharacter in this doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants