commit | 5a5c81a0e9550eaab92c9817259dee5a52f69871 | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Fri Jul 07 13:46:42 2000 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Fri Jul 07 13:46:42 2000 +0000 |
tree | aab9c45dc4f627f3f89c99beae1dac470ae9cb6d | |
parent | b6d78fcd9c3fae5caa82b55f426aa82ed76f9429 [diff] |
Added new API PyUnicode_FromEncodedObject() which supports decoding objects including instance objects. The old API PyUnicode_FromObject() is still available as shortcut.