]> granicus.if.org Git - python/commit
Modified the encode interfaces of all builtin codecs to accept
authorMarc-André Lemburg <mal@egenix.com>
Wed, 5 Jul 2000 11:24:13 +0000 (11:24 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 5 Jul 2000 11:24:13 +0000 (11:24 +0000)
commit5f0e29eb45c0ee5913e33b7f94b7bdc5f5b17b79
tree4ccd7c1faff28d905d8b213d5882611760589d30
parentadf63d6c246ca0356b633e995402b8e4a32f8c0a
Modified the encode interfaces of all builtin codecs to accept
any object which can be converted to Unicode by means of
PyUnicode_FromObject().
Modules/_codecsmodule.c