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 Python 3.12 SyntaxWarnings due to invalid escape sequence #823

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

spoonincode
Copy link
Member

for example,

Node.py:674: SyntaxWarning: invalid escape sequence '\.'
  match=re.match("stderr\..+\.txt", entry.name)

I don't claim this PR does an exhaustive fix, these are just some that I saw flagged recently

@spoonincode spoonincode merged commit dbbf776 into main Sep 25, 2024
36 checks passed
@spoonincode spoonincode deleted the py3.12_escapechars_warn branch September 25, 2024 21:33
@arhag arhag added this to the Spring v1.1.0-rc1 milestone Sep 26, 2024
@ericpassmore
Copy link
Contributor

Note:start
category: Tests
component: Internal
summary: fix Python 3.12 SyntaxWarning due to invalided escape sequence.
Note:end

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.

5 participants