]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add generic codecs.encode() and .decode() APIs that don't impose
authorMarc-André Lemburg <mal@egenix.com>
Sat, 10 Jul 2004 12:06:10 +0000 (12:06 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 10 Jul 2004 12:06:10 +0000 (12:06 +0000)
commit3f41974525271c65269c84e4fcda5e5ae207039d
tree940f82bdc50929372540f11b5cfe83928a36b9a0
parent126b44cd414c779c9c85743af5d407188947f378
Add generic codecs.encode() and .decode() APIs that don't impose
any restriction on the return type (like unicode.encode() et al. do).
Lib/test/test_codecs.py
Modules/_codecsmodule.c