STINNER Victor added the comment: > My implementation permits to change both (encoding, errors, encoding and > errors).
We may also add a set_errors() method: def set_errors(self, errors): self.set_encoding(self.encoding, errors) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15216> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com