]> granicus.if.org Git - python/commit
Make the BOM constants in codecs.py bytes.
authorWalter Dörwald <walter@livinglogic.de>
Fri, 4 May 2007 13:05:09 +0000 (13:05 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 4 May 2007 13:05:09 +0000 (13:05 +0000)
commitca8a8d0b3fe228c0c3c0d84c09775630581edf25
tree63f8f3d593f2a6a445a0ffa802f3ea4c1a7a12e6
parent3cc3452e3c332f3187c15b6a5051a3ac3fe71a6f
Make the BOM constants in codecs.py bytes.

Make the buffered input for decoders a bytes object.

Fix some of the codec tests.
Lib/codecs.py
Lib/test/test_codecs.py