mailgun / flanker

Python email address and Mime parsing library
http://www.mailgun.com
Apache License 2.0
1.63k stars 204 forks source link

Fix syntax warnings with Python 3.12 #264

Open salty-horse opened 10 months ago

salty-horse commented 10 months ago

Python 3.12 issues warnings on invalid escape sequences in strings. (This was a DeprecationWarning since 3.6.)