-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Deprecation warning due to invalid escape sequences #1777
Comments
While we should fix the warnings they are not Python3.8 specific. I also see them in Python3.7. |
Yes, they were also present in Python 3.7 . In Python 3.8 they were made |
@tirkarthi Ahh. That makes more sense! I didn't realize they were reverted back. |
I will raise a PR for this shortly. |
@tirkarthi That would be much appreciated! Thank you! |
Description
Deprecation warnings are raised due to invalid escape sequences in Python 3.8 . Below is a log of the warnings raised during compiling all the python files. Using raw strings or escaping them will fix this issue.
The text was updated successfully, but these errors were encountered: