Hirokazu Yamamoto <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue8533> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
