Skip to content

fix: use raw strings for regex patterns and sync VERSION - #2

Open
FrankApiyo wants to merge 1 commit into
fix-pep-440-issuesfrom
fix/python3-compat-and-formatting
Open

fix: use raw strings for regex patterns and sync VERSION#2
FrankApiyo wants to merge 1 commit into
fix-pep-440-issuesfrom
fix/python3-compat-and-formatting

Conversation

@FrankApiyo

Copy link
Copy Markdown
Member
  • Use rb"..." raw byte strings for regex patterns to fix DeprecationWarning/SyntaxError on Python 3.12+ for invalid escape sequences (\S, \d, \w, etc.)
  • Sync savReaderWriter/VERSION to match top-level VERSION (2023.04.03)
  • Remove unnecessary u"" unicode prefixes (redundant in Python 3)
  • Apply PEP 8 formatting: trailing whitespace, consistent indentation, trailing commas in multi-line collections

- Use rb"..." raw byte strings for regex patterns to fix
  DeprecationWarning/SyntaxError on Python 3.12+ for invalid
  escape sequences (\S, \d, \w, etc.)
- Sync savReaderWriter/VERSION to match top-level VERSION (2023.04.03)
- Remove unnecessary u"" unicode prefixes (redundant in Python 3)
- Apply PEP 8 formatting: trailing whitespace, consistent indentation,
  trailing commas in multi-line collections
@FrankApiyo
FrankApiyo changed the base branch from main to fix-pep-440-issues February 19, 2026 08:52
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