]> granicus.if.org Git - python/commit
Added new API PyUnicode_FromEncodedObject() which supports decoding
authorMarc-André Lemburg <mal@egenix.com>
Fri, 7 Jul 2000 13:46:42 +0000 (13:46 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 7 Jul 2000 13:46:42 +0000 (13:46 +0000)
commit5a5c81a0e9550eaab92c9817259dee5a52f69871
treeaab9c45dc4f627f3f89c99beae1dac470ae9cb6d
parentb6d78fcd9c3fae5caa82b55f426aa82ed76f9429
Added new API PyUnicode_FromEncodedObject() which supports decoding
objects including instance objects.

The old API PyUnicode_FromObject() is still available as shortcut.
Include/unicodeobject.h
Objects/unicodeobject.c