Aaron Meurer <asmeu...@gmail.com> added the comment:

I agree. Please someone else do that. I don't know what already has issues and 
I unfortunately don't have time right now to help out with any of this. 

I simply mentioned all these things as arguments why Python should not (yet) 
make these warnings errors, which is the point of this issue. 

Also, for the pyparsing example, you would have gotten lucky because it also 
contained \w, which is not a valid escape. If it didn't, you wouldn't be 
warned. So clearly this will help things, but it will also be good to have 
linting tools that, for example, warn about any escape sequences inside 
docstrings.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32912>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to