khayyam icon indicating copy to clipboard operation
khayyam copied to clipboard

Update formatting constants to raw strings to fix unescaped error

Open hsngerami opened this issue 1 year ago • 1 comments

Update formatting constants to raw strings to fix error in Python 3.12

  • Changed formatting to raw string.
  • This change addresses the unscaped error encountered in Python 3.12.
  • Ensured all regex patterns are now using raw string literals for proper escaping.

hsngerami avatar Oct 15 '24 11:10 hsngerami

@pylover Could you please review the pull request and, if everything looks good, release a new version of the library? Thank you!

hsngerami avatar Oct 15 '24 11:10 hsngerami