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

Éric Araujo report at bugs.python.org
Mon Nov 29 17:17:30 CET 2010


Éric Araujo <merwok at netwok.org> added the comment:

I applied the diff to test_codecs in py3k, removed the u prefixes and ran: failure.  I applied the fix and the test passed.

----------
nosy: +eric.araujo
title: When I use codecs.open(...) and f.readline() follow up by	f.read() return bad result -> When I use codecs.open(...) and f.readline() follow up by f.read() return bad result
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6

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


More information about the Python-bugs-list mailing list