STINNER Victor <[email protected]> added the comment: Oh, yet another bug in in codecs.StreamReader. I should add it to the PEP :-) http://www.python.org/dev/peps/pep-0400/
Use io.TextIOWrapper (open) instead of codecs.StreamReader (codecs.open), it's bugfree :-) ---------- nosy: +haypo _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14475> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
