[issue20132] Many incremental codecs don’t handle fragmented data

Marc-Andre Lemburg report at bugs.python.org
Fri Jan 16 00:05:07 CET 2015


Marc-Andre Lemburg added the comment:

This addition is wrong as well:

    The *stream* argument must be a file-like object open for reading
-   text or binary data, as appropriate for the specific codec.
+   text or binary data, as appropriate for the specific codec. This stream is
+   assumed to have ended as soon as a read from it returns no data.

Where did you get this idea from ?

----------

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


More information about the Python-bugs-list mailing list