Skip to content

Fix regex escape warnings#86

Draft
Mirochill wants to merge 1 commit into
rongardF:mainfrom
Mirochill:fix-70-raw-regex-patterns
Draft

Fix regex escape warnings#86
Mirochill wants to merge 1 commit into
rongardF:mainfrom
Mirochill:fix-70-raw-regex-patterns

Conversation

@Mirochill

@Mirochill Mirochill commented May 21, 2026

Copy link
Copy Markdown

Summary

  • Convert the two regex patterns reported in tvDatafeed/main.py to raw strings.
  • Preserve the existing parsing behavior while avoiding Python 3.12+ SyntaxWarning messages for invalid escape sequences.

Fixes #70.

Validation

  • git diff --check HEAD~1..HEAD

Not run locally.

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.

SyntaxWarning: invalid escape sequence '\['

1 participant