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

Serhiy Storchaka report at bugs.python.org
Tue Nov 28 19:15:45 EST 2017


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


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


----------

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


More information about the Python-bugs-list mailing list