Skip to content

Fix Python string escape sequences#1554

Merged
swalkinshaw merged 1 commit intomasterfrom
fix-python-string-escaping
Dec 21, 2024
Merged

Fix Python string escape sequences#1554
swalkinshaw merged 1 commit intomasterfrom
fix-python-string-escaping

Conversation

@swalkinshaw
Copy link
Member

Python 3.12 now warng on invalid escape sequences in strings. This converts the strings to "raw" strings so the backslashes are treated literally.

Python 3.12 now warng on invalid escape sequences in strings. This
converts the strings to "raw" strings so the backslashes are treated
literally.
@swalkinshaw swalkinshaw merged commit 32dd18d into master Dec 21, 2024
@swalkinshaw swalkinshaw deleted the fix-python-string-escaping branch December 21, 2024 22:46
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