khayyam
khayyam copied to clipboard
Update formatting constants to raw strings to fix unescaped error
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.
@pylover Could you please review the pull request and, if everything looks good, release a new version of the library? Thank you!