-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-102111: Add link to string escape sequences in re module #106995
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-102111: Add link to string escape sequences in re module #106995
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.
Thanks!
Sorry, @wulmer and @hugovk, I could not cleanly backport this to |
GH-107096 is a backport of this pull request to the 3.12 branch. |
…thonGH-106995) (cherry picked from commit 0af247d) Co-authored-by: wulmer <wulmer@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@wulmer Would you like to make a backport to the 3.11 branch, if it's appropriate? I'm also happy to do it :) |
…thon#106995) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…thon#106995) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This PR adds a link from the
re
module's documentation where the valid escape sequences are listed to the reference page where the escape sequences are listed together with their meaning and further notes.\N
not properly documented inre
module documentation #102111📚 Documentation preview 📚: https://cpython-previews--106995.org.readthedocs.build/