This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients eric.araujo, ezio.melotti, michael.foord, ncoghlan, vstinner
Date 2011-05-02.14:12:08
SpamBayes Score 1.2220191e-06
Marked as misclassified No
Message-id <1304345528.8.0.173874686509.issue11887@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2011-05-02 14:12:08ncoghlansetrecipients: + ncoghlan, vstinner, ezio.melotti, eric.araujo, michael.foord
2011-05-02 14:12:08ncoghlansetmessageid: <1304345528.8.0.173874686509.issue11887@psf.upfronthosting.co.za>
2011-05-02 14:12:08ncoghlanlinkissue11887 messages
2011-05-02 14:12:08ncoghlancreate