Éric Araujo <mer...@netwok.org> added the comment:

The builtin open in 3.2 is similar to codecs.open. If you read the error 
message closely, you’ll see that the decoding that failed did try to use UTF-8.

The cause of the problem here is that the bytes used for the ç in François’ 
name are not valid UTF-8; I can fix that. This does not change the original 
purpose of this report: untabify should not die.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9598>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to