commit | 183744d6b9d45e77c3bd2dc30a6eb41c9f1c58f1 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Mon Nov 19 12:41:10 2007 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Mon Nov 19 12:41:10 2007 +0000 |
tree | 9999590e5cb293ba30ebc9133ac0860f3999bcc9 | |
parent | fc7e72d1c6f9977d027dcea827707f8cbd5fa4bc [diff] |
Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode()) calling codecs.utf_8_decode() with final==True, which falled with incomplete byte sequences. Fix and test by James G. Sack.