cpython/Doc/api
Marc-André Lemburg ad7c98e264 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.
2001-01-17 17:09:53 +00:00
..
.cvsignore Updates to reflect pending changes to the XML conversion process. 2000-11-22 16:42:37 +00:00
api.tex This patch adds a new builtin unistr() which behaves like str() 2001-01-17 17:09:53 +00:00
refcounts.dat The Python/C API deals in PyObject*, not PyDictObject*. 2001-01-08 05:53:53 +00:00