]> 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:27:56 +0000 (19:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jan 2014 17:27:56 +0000 (19:27 +0200)
commitdbe0982bc515cb1a881d4bf7728d265e58803bf0
treeb2d664e02a4fe763adc7b4d808ed18169551db69
parent0742cae3357fcd7c41498b21060050e7cca788b1
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