]> granicus.if.org Git - python/commit
Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the
authorWalter Dörwald <walter@livinglogic.de>
Thu, 12 Apr 2007 10:35:00 +0000 (10:35 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 12 Apr 2007 10:35:00 +0000 (10:35 +0000)
commit4234827e99eb73adbd387e15619cd6290f80f655
treeb4ab22283f7054598fc18a0f8c2168145c33a0a8
parent9aba6d6905bcf3f3009f71cfa70525eb8b0ad3dc
Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the
first chunk fed to the decoder started with a BOM, but was longer than 3 bytes.
Lib/encodings/utf_8_sig.py
Lib/test/test_codecs.py
Misc/NEWS