[issue8260] When I use codecs.open(...) and f.readline() follow up by f.read() return bad result

Serhiy Storchaka report at bugs.python.org
Sun Jan 26 17:23:24 CET 2014


Serhiy Storchaka added the comment:

Actually this patch doesn't work around misbehaving codecs. It just makes 
specific tests (one readline, one read) be passed. More complex tests which use 
multiple readline's or read's still can fail with these misbehaving codecs.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8260>
_______________________________________


More information about the Python-bugs-list mailing list