]> 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:21:00 +0000 (19:21 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jan 2014 17:21:00 +0000 (19:21 +0200)
commit8003850e22788c9e02b8dea7076858e01aa24f65
tree699b86530151ae88b9c0493f6d6e2225f3b0daf9
parent714d7ffd0d652e187deb13b96aae7a1bbfcdecca
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