• 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
..
api Loading commit data...
commontex Loading commit data...
dist Loading commit data...
doc Loading commit data...
ext Loading commit data...
howto Loading commit data...
html Loading commit data...
info Loading commit data...
inst Loading commit data...
lib Loading commit data...
mac Loading commit data...
paper-a4 Loading commit data...
perl Loading commit data...
ref Loading commit data...
templates Loading commit data...
tests Loading commit data...
texinputs Loading commit data...
tools Loading commit data...
tut Loading commit data...
whatsnew Loading commit data...
ACKS Loading commit data...
Makefile Loading commit data...
Makefile.deps Loading commit data...
README Loading commit data...
TODO Loading commit data...
python-docs.txt Loading commit data...