Nick Coghlan writes:

 > The linter developers don't have a decision making process that lets them
 > pursue things like this on their own.

I'm not suggesting that the linter developers do any such thing.  I'm
suggesting that users (specifically Chris) customize their preferred
linters (most permit that).

What bothers me is that the hardest to understand failures cannot
possibly be helped, because they are legal, meaningful syntax that
conflicts with syntax common in external contexts.  Replacing
mnemonics like '\t' with '\x09' (or even '\u0009' in Python 3) in
debugging output (including error messages) seems like a much better
idea to me.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to