Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
[3.11] Add re.VERBOSE flag documentation example (GH-97678)#97882
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The current re.VERBOSE documentation example leaves space for ambiguousinterpretation. One may read that spaces within the `(?:` token arespaces inside the non-capturing group (such as `(?: )`). This patchremoves the ambiguity by including examples after the statement.(cherry picked from commit0ceafa7)Co-authored-by: Athos Ribeiro <athoscribeiro@gmail.com>
Sorry, I can't merge this PR. Reason: |
1 similar comment
Sorry, I can't merge this PR. Reason: |
Sorry, I can't merge this PR. Reason: |
1 similar comment
Sorry, I can't merge this PR. Reason: |
Sorry, I can't merge this PR. Reason: |
3 similar comments
Sorry, I can't merge this PR. Reason: |
Sorry, I can't merge this PR. Reason: |
Sorry, I can't merge this PR. Reason: |
The current re.VERBOSE documentation example leaves space for ambiguous
interpretation. One may read that spaces within the
(?:
token arespaces inside the non-capturing group (such as
(?: )
). This patchremoves the ambiguity by including examples after the statement.
(cherry picked from commit0ceafa7)
Co-authored-by: Athos Ribeiroathoscribeiro@gmail.com