Re: [Python-Dev] C API doc question

2010-09-03 Thread Georg Brandl
Am 03.09.2010 13:44, schrieb Nick Coghlan: > On Fri, Sep 3, 2010 at 9:19 PM, Amaury Forgeot d'Arc > wrote: >> 2010/9/3 Nick Coghlan : >>> Due to the Unicode API discussion, I happened to be looking at the C >>> API docs at http://docs.python.org/dev/c-api/unicode.html#plain-py-unicode >>> and not

Re: [Python-Dev] C API doc question

2010-09-03 Thread Nick Coghlan
On Fri, Sep 3, 2010 at 9:19 PM, Amaury Forgeot d'Arc wrote: > 2010/9/3 Nick Coghlan : >> Due to the Unicode API discussion, I happened to be looking at the C >> API docs at http://docs.python.org/dev/c-api/unicode.html#plain-py-unicode >> and noticed that out of: >> >> PyUnicode_FromUnicode >> PyU

Re: [Python-Dev] C API doc question

2010-09-03 Thread Amaury Forgeot d'Arc
2010/9/3 Nick Coghlan : > Due to the Unicode API discussion, I happened to be looking at the C > API docs at http://docs.python.org/dev/c-api/unicode.html#plain-py-unicode > and noticed that out of: > > PyUnicode_FromUnicode > PyUnicode_FromStringAndSize > PyUnicode_FromString > PyUnicode_FromForma

[Python-Dev] C API doc question

2010-09-03 Thread Nick Coghlan
Due to the Unicode API discussion, I happened to be looking at the C API docs at http://docs.python.org/dev/c-api/unicode.html#plain-py-unicode and noticed that out of: PyUnicode_FromUnicode PyUnicode_FromStringAndSize PyUnicode_FromString PyUnicode_FromFormat PyUnicode_FromFormatV PyUnicode_FromE