[issue17090] io.TextIOWrapper does not handle UTF-8 encoded streams correctly
Christoph Rauch added the comment: Thanks for the information. Will work around that. Miss-diagnosed the problem. -- ___ Python tracker <http://bugs.python.org/issue17
[issue17090] io.TextIOWrapper does not handle UTF-8 encoded streams correctly
New submission from Christoph Rauch: I have uncovered a strange behavior in io.TextIOWrapper which I think is a bug. #!/usr/bin/env python # encoding: utf-8 import csv import io