[issue8533] regrtest: use backslashreplace error handler for stdout

Hirokazu Yamamoto report at bugs.python.org
Sat Oct 9 09:50:07 CEST 2010


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

I noticed fd must be dup-ed before passing to io.open.
And I noticed direct test run like "py3k -m test.test_time"
still produces unicode error. (Maybe this is reasonable
limitation)

I can confirm we can suppress the unicode error in such
case with newly attached patch. "py3k_also_no_unicode_error_on_direct_test_run.patch"

----------
Added file: http://bugs.python.org/file19170/py3k_also_no_unicode_error_on_direct_test_run.patch

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


More information about the Python-bugs-list mailing list