[Patches] slightly expanded Unicode supported Py_BuildValue

M.-A. Lemburg mal@lemburg.com
Wed, 03 May 2000 16:35:33 +0200


Brian Hooper wrote:
> 
> OK, here's the patch, and a corresponding documentation patch.
> 
> Added 'u' and 'u#' tags for PyArg_ParseTuple - these turn a
> PyUnicodeObject argument into a Py_UNICODE * buffer, or a Py_UNICODE *
> buffer plus a length with the '#'.  Also added an analog to 'U'
> for Py_BuildValue, and documented each in ext.tex.

Looks good :-)

>                     Name: getargs.patch
>    getargs.patch    Type: unspecified type (application/octet-stream)
>                 Encoding: base64
> 
>                        Name: getargsdoc.patch
>    getargsdoc.patch    Type: unspecified type (application/octet-stream)
>                    Encoding: base64

Minor nit: sending these as text/plain would help commenting
the patches. base64 is a little rough on the eyes ;-)

-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/