We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrade to python 3.12 a got this SyntaxWarning in log.
/usr/local/lib/python3.12/site-packages/cerberus/errors.py:157: SyntaxWarning: invalid escape sequence '*' """ /usr/local/lib/python3.12/site-packages/cerberus/errors.py:185: SyntaxWarning: invalid escape sequence '*' """
The text was updated successfully, but these errors were encountered:
Hi,
Got the same warning here with XBPS :
Byte-compiling python code in usr/lib/python3.12... ./usr/lib/python3.12/site-packages/cerberus/errors.py:157: SyntaxWarning: invalid escape sequence '\*' """ ./usr/lib/python3.12/site-packages/cerberus/errors.py:185: SyntaxWarning: invalid escape sequence '\*' """ ./usr/lib/python3.12/site-packages/cerberus/errors.py:157: SyntaxWarning: invalid escape sequence '\*' """ ./usr/lib/python3.12/site-packages/cerberus/errors.py:185: SyntaxWarning: invalid escape sequence '\*' """ ...
Sorry, something went wrong.
Getting the same warning
No branches or pull requests
After upgrade to python 3.12 a got this SyntaxWarning in log.
/usr/local/lib/python3.12/site-packages/cerberus/errors.py:157: SyntaxWarning: invalid escape sequence '*'
"""
/usr/local/lib/python3.12/site-packages/cerberus/errors.py:185: SyntaxWarning: invalid escape sequence '*'
"""
The text was updated successfully, but these errors were encountered: