[issue24025] str(bytes_obj) should raise an error

R. David Murray report at bugs.python.org
Wed Apr 22 17:11:24 CEST 2015


R. David Murray added the comment:

Yeah, that's why I run tests with -bb myself.  Except that there was a bug in -W/-bb handling that meant I wasn't really...and that bit me because there is at least one buildbot that really does, and it complained...

(Although in that case the 'bug' was really benign, since it was just optional debug print output for which the repr of the bytes was actually fine.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24025>
_______________________________________


More information about the Python-bugs-list mailing list