]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make test_codecs work. The CJK codecs now use bytes instead of str8 for
authorGuido van Rossum <guido@python.org>
Thu, 17 May 2007 21:52:23 +0000 (21:52 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 May 2007 21:52:23 +0000 (21:52 +0000)
commitf4cfc8f6bb47e77ca954b58b436f2157b5b6f530
tree0b670880c01610c598c477a2022c6dfcc489df5d
parentbbbd4fdba2c9589588410a4d1727c031234fc2a6
Make test_codecs work.  The CJK codecs now use bytes instead of str8 for
their encoded input/output.
Lib/test/test_codecs.py
Modules/cjkcodecs/multibytecodec.c