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

Fix invalid escape string in regex #26

Open
wants to merge 1 commit into
base: maint-3.10
Choose a base branch
from

Conversation

beroset
Copy link

@beroset beroset commented Feb 14, 2024

Before Python version 3.8, an invalid escape sequence was silently ignored. Python versions 3.8 and later issue a warning for an invalid escape sequence, which was how this was discovered. This fixes the regex by making it a raw string.

Before Python version 3.8, an invalid escape sequence was silently
ignored.  Python versions 3.8 and later issue a warning for an invalid
escape sequence, which was how this was discovered.  This fixes the
regex by making it a raw string.

Signed-off-by: Ed Beroset <beroset@ieee.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant