Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.12 support #17

Closed
amritghimire opened this issue May 24, 2024 · 1 comment · Fixed by #18
Closed

Python 3.12 support #17

amritghimire opened this issue May 24, 2024 · 1 comment · Fixed by #18

Comments

@amritghimire
Copy link

With the latest upgrade to Python 3.12, I am getting the error below:

/usr/local/lib/python3.12/site-packages/handy/mail.py:29: SyntaxWarning: invalid escape sequence '\s'
  raise ValueError('Email subject required\nPrepend email content with "Subject:\s<subject>\\n\\n"')
/usr/local/lib/python3.12/site-packages/handy/mail.py:35: SyntaxWarning: invalid escape sequence '\w'
  m = re.search('^text/([\w-]+)', value)
@0x2b3bfa0
Copy link
Contributor

0x2b3bfa0 commented May 27, 2024

See #18

@Suor Suor closed this as completed in #18 May 27, 2024
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 a pull request may close this issue.

2 participants