Skip to content

Conversation

@mgates3
Copy link
Collaborator

@mgates3 mgates3 commented Jul 14, 2025

Python 3.13 regular expressions (re) deprecated passing count and flags as positional arguments (see re docs), so change to keyword arguments. It is also more strict about strings containing backslashes, so use raw r'...' strings more consistently.

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