Skip to content

Use raw string literals for regex in parsers#38

Open
wejustdontknow wants to merge 1 commit intocrowelab:masterfrom
wejustdontknow:master
Open

Use raw string literals for regex in parsers#38
wejustdontknow wants to merge 1 commit intocrowelab:masterfrom
wejustdontknow:master

Conversation

@wejustdontknow
Copy link

Starting in python 3.14, re gives warnings about escape sequences in regular expression string literals. This commit changes them to raw string literals avoid the issue.

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