• Walter Dörwald's avatar
    Add 'U'/'U#' format characters to Py_BuildValue (and thus · d2034310
    Walter Dörwald yazdı
    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.
    d2034310
Adı
Son kayıt (commit)
Son güncelleme
..
abstract.tex Loading commit data...
api.tex Loading commit data...
concrete.tex Loading commit data...
exceptions.tex Loading commit data...
init.tex Loading commit data...
intro.tex Loading commit data...
memory.tex Loading commit data...
newtypes.tex Loading commit data...
refcounting.tex Loading commit data...
refcounts.dat Loading commit data...
utilities.tex Loading commit data...
veryhigh.tex Loading commit data...