You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using pyspf==2.0.14 with python 3.12.x i get the following syntax warning in the shell, which complains about a docstring in the spf.py file.
/usr/local/lib/python3.12/site-packages/spf.py:1724: SyntaxWarning: invalid escape sequence '\d'"""Quote the value for a key-value pair in Received-SPF header field
The text was updated successfully, but these errors were encountered:
This happened with upgrade to Python 3.12, btw. The DeprecationWarning on unsupported escape sequences was "upgraded" to a SyntaxWarning, which is why it's now always visible. See changelog and python/cpython#98401.
Looks like this will become an error in one of the future Python versions
While using
pyspf==2.0.14
with python 3.12.x i get the following syntax warning in the shell, which complains about a docstring in thespf.py
file.The text was updated successfully, but these errors were encountered: