Skip to content

Fix invalid escape sequences for Python 3.12 compatibility (closes #55)#58

Open
mindPazi wants to merge 1 commit into
devopshq:developfrom
mindPazi:develop
Open

Fix invalid escape sequences for Python 3.12 compatibility (closes #55)#58
mindPazi wants to merge 1 commit into
devopshq:developfrom
mindPazi:develop

Conversation

@mindPazi

Copy link
Copy Markdown

This PR fixes SyntaxWarning issues in Python 3.12 caused by invalid escape sequences (\/).

✔️ Converted affected regex and string literals to use raw strings: r"..."
✔️ Verified clean install with setup.py install on Python 3.12
🔗 Closes #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Python 3.12 complains a lot about invalid escape sequences

1 participant