cpython/Doc/api
Walter Dörwald d2034310d6 Add 'U'/'U#' format characters to Py_BuildValue (and thus
to PyObject_CallFunction()) that take a char * (and a size
in the case of 'U#') and create a unicode object out of it.

Add functions PyUnicode_FromFormat() and PyUnicode_FromFormatV()
that work similar to PyString_FromFormat(), but create a unicode
object (also a %U format character has been added, that takes
a PyObject *, which must point to a unicode object).

Change the encoding and reason attributes of UnicodeEncodeError,
UnicodeDecodeError and UnicodeTranslateError to be unicode
objects.
2007-05-18 16:29:38 +00:00
..
abstract.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
api.tex Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
concrete.tex Merged revisions 55325-55327 via svnmerge from 2007-05-14 22:51:27 +00:00
exceptions.tex Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
init.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
intro.tex Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
memory.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
newtypes.tex Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
refcounting.tex Two typo fixes 2004-07-26 19:25:54 +00:00
refcounts.dat Remove the deprecated and useless "pend" argument from 2007-03-18 18:35:15 +00:00
utilities.tex Add 'U'/'U#' format characters to Py_BuildValue (and thus 2007-05-18 16:29:38 +00:00
veryhigh.tex improve the very-high-level API docs (contributed by Jeff Epler) 2004-03-25 15:44:56 +00:00