-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Warnings in Python 3.8 #194
Copy link
Copy link
Open
Description
tirkarthi
opened on Jun 5, 2020
Issue body actions
- Deprecation warnings are raised due to invalid escape sequences. This can be fixed by using raw strings or escaping the literals. pyupgrade also helps in automatic conversion : https://github.com/asottile/pyupgrade/
- Syntax warning due to comparison of literals using is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels