All stderr output must be encoded to terminal-encoding, even if stderr.encoding is None. (qbzr requires such behavior)
inside trace.report_exception, err_file can be any other file-like-object and I don't know which encoding to choose.
This is the reason why I use wrapped stream.
All stderr output must be encoded to terminal-encoding, even if stderr.encoding is None. (qbzr requires such behavior) exception, err_file can be any other file-like-object and I don't know which encoding to choose.
inside trace.report_
This is the reason why I use wrapped stream.