Nick Coghlan <ncogh...@gmail.com> added the comment:

I'm OK with that - I'd actually suggest explicitly *emitting* a warning when 
the error is suppressed under -bb, as Ezio is right that even tests should be 
keeping their bytes/str separation straight. I don't like completely 
suppressing warnings/errors when a user has explicitly requested them.

I'd also be OK with a filtering approach that coerced the handling to "default" 
rather than "ignore" (although that require a bit more work to keep unittest 
from acting as though -b was always set on the command line).

----------

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

Reply via email to