In python 3.6, using the \ char in a string that is not part of a
valid escape sequence will generate a Deprecation warning. For us it
means that flake8 is upset.
We use this in regex and in ascii art.
Differential D1121
Fix "invalid escape sequence '\' (W605)" thcipriani on Oct 25 2018, 5:29 PM. Authored by Tags Subscribers None
Details
In python 3.6, using the \ char in a string that is not part of a We use this in regex and in ascii art.
Diff Detail
|