> From: Florian Bruhin
> Sent: Tuesday, June 28, 2016 6:52 AM
> Subject: Re: [code-quality] Change in unicode escape sequences
>
> pylint already does:
>
> $ cat x.py
> print("hello \world")
>
> $ pylint x.py
> [...]
> W: 1, 0: Anomalous backslash in string: '\w'. String constant might
> be missing an r prefix. (anomalous-backslash-in-string)
> [...]
>
> Florian
Great, that's one less thing to worry about :) What about the other ones?
-Emanuel
_______________________________________________
code-quality mailing list
[email protected]
https://mail.python.org/mailman/listinfo/code-quality