commit | ad7c98e264bbc9c84e911417c8770f6e95ffb794 | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Wed Jan 17 17:09:53 2001 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Wed Jan 17 17:09:53 2001 +0000 |
tree | 7586edae78b019c6c2db46861da762083e0c3c8a | |
parent | d5c43065d5aa7bd8b9ec67525bd01d2c09a7759f [diff] |
This patch adds a new builtin unistr() which behaves like str() except that it always returns Unicode objects. A new C API PyObject_Unicode() is also provided. This closes patch #101664. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.