[issue33361] readline() + seek() on codecs.EncodedFile breaks next readline()

Josh Rosenberg report at bugs.python.org
Fri May 24 12:20:39 EDT 2019


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

Possibly related to #8260 ("When I use codecs.open(...) and f.readline() follow up by f.read() return bad result"), which was never fully fixed in that issue, though #32110 ("Make codecs.StreamReader.read() more compatible with read() of other files") may have fixed more (all?) of it.

----------
nosy: +josh.r

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33361>
_______________________________________


More information about the Python-bugs-list mailing list