Skip to content

Fix future warning: escape [ in regex#244

Open
wedi wants to merge 1 commit into
mailgun:masterfrom
wedi:patch-1
Open

Fix future warning: escape [ in regex#244
wedi wants to merge 1 commit into
mailgun:masterfrom
wedi:patch-1

Conversation

@wedi
Copy link
Copy Markdown

@wedi wedi commented Jun 22, 2020

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

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

References:
https://docs.python.org/dev/whatsnew/3.7.html#re
https://bugs.python.org/issue30349
@mailgun-ci
Copy link
Copy Markdown

Can one of the admins verify this patch?

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 this pull request may close these issues.

2 participants