[issue32110] Make codecs.StreamReader.read() more compatible with read() of other files

Serhiy Storchaka report at bugs.python.org
Tue Nov 28 19:06:55 EST 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:


New changeset 230ffeae0a3961b1769806bd722c26227c84e8da by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4622)
https://github.com/python/cpython/commit/230ffeae0a3961b1769806bd722c26227c84e8da


----------

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


More information about the Python-bugs-list mailing list