]> granicus.if.org Git - python/commit
Oops, I missed this one again (test_univnewlines fails):
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 19 Nov 2007 21:14:47 +0000 (21:14 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 19 Nov 2007 21:14:47 +0000 (21:14 +0000)
commita2d1d7e3b23f6fef0651df1b8fd697aa15ae97c0
tree33a629b12c292089dd2811e5139e333bfcbbc806
parent1ff9910f595c1f50e1590caf19e839a917657b36
Oops, I missed this one again (test_univnewlines fails):

Some incremental decoders return multiple characters, even when fed with
only one more byte. In this case the tell() state must subtract the
number of extra characters.
Lib/io.py