Skip to content
New issue

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

Python 3.12 - SyntaxWarning #614

Open
adasup opened this issue Feb 16, 2024 · 1 comment
Open

Python 3.12 - SyntaxWarning #614

adasup opened this issue Feb 16, 2024 · 1 comment

Comments

@adasup
Copy link

adasup commented Feb 16, 2024

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 '*'
"""

@Darnethal0z
Copy link

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 '\*'               
  """     
...

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

No branches or pull requests

2 participants