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

change some string things to be compatible with Python 3.12+ #19

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

pmocz
Copy link
Contributor

@pmocz pmocz commented Sep 3, 2024

Need to use Python’s raw string notation for regular expression patterns, otherwise may cause issues in certain Python versions

See: https://docs.python.org/3/library/re.html#

I also ran the Python code through the black linter

There are 5 essential changes, the rest is formatting: lines
253,
254,
260,
548,
572

@wmwolf wmwolf merged commit 1372332 into wmwolf:master Sep 5, 2024
@wmwolf
Copy link
Owner

wmwolf commented Sep 5, 2024

Looks good, thanks for the cleanup!

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.

2 participants