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 future warning: escape [ in regex #244

Open wedi opened 4 years ago

wedi commented 4 years ago

Python >= 3.7 adds a future warning for unescaped [ characters.

References: https://docs.python.org/dev/whatsnew/3.7.html#re https://bugs.python.org/issue30349

mailgun-ci commented 4 years ago

Can one of the admins verify this patch?