Antoine Pitrou <[email protected]> added the comment: You shouldn't remove the defaulting behaviour for `out`, but use `sys.stdout.buffer` instead.
Bonus points if you add a test so that this kind of bug doesn't go unnoticed again. PS: it's ironic that the default encoding here is iso-8859-1. This piece of code is really getting old. ---------- nosy: +pitrou _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4997> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
