]> granicus.if.org Git - python/commit
Issue #8260: The read(), readline() and readlines() methods of
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jan 2014 17:20:24 +0000 (19:20 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jan 2014 17:20:24 +0000 (19:20 +0200)
commit2403a787b98376205cd11469ddff292cbd41d601
treeec9f2d3d3bd69985a2796f7d8ea9c6d1cce78252
parent072cd0c884e44118a3547a5d514c0fe6d2e36ae6
Issue #8260: The read(), readline() and readlines() methods of
codecs.StreamReader returned incomplete data when were called after
readline() or read(size).  Based on patch by Amaury Forgeot d'Arc.
Lib/codecs.py
Lib/test/test_codecs.py
Misc/NEWS