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-69929: Add more specific definition of \w #92015
Conversation
@SnoopJeDi on #82747 suggested referring to the |
Thanks, that's a good suggestion - do you know whether the wording can be more exact, so instead of e: or maybe more simply, 'Matches Unicode word characters; this is equivalent to alphanumeric characters as well as the underscore' |
Co-authored-by: Jelle Zijlstra <[email protected]>
I like the idea of referring to the definition of
The definitions of isalpha, isdecimal, etc. refer to various Unicode properties and it's not obvious what the aggregate adds up to. I'd like to see something like this added:
|
I think a change like that would be better in a separate PR, so I've opened #96984 for possible discussion. |
Thanks @slateny for the PR, and @JelleZijlstra for merging it |
GH-100354 is a backport of this pull request to the 3.11 branch. |
…-92015) (cherry picked from commit 36a0b1d) Co-authored-by: Stanley <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
…-92015) (cherry picked from commit 36a0b1d) Co-authored-by: Stanley <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
GH-100355 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 36a0b1d) Co-authored-by: Stanley <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit 36a0b1d) Co-authored-by: Stanley <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
…2015) Co-authored-by: Jelle Zijlstra <[email protected]>
#69929, #82747