]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Brian Hooper <brian_takashi@hotmail.com>:
authorFred Drake <fdrake@acm.org>
Wed, 3 May 2000 15:17:02 +0000 (15:17 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 3 May 2000 15:17:02 +0000 (15:17 +0000)
commit25871c001f55941fec83e7ce9832e5f45c69a8cf
tree82d9108087ec195c76712a9e1fa87de0223c7970
parentae08853fb0c77067baa2b8bdc28f4e74df4f9f68
Brian Hooper <brian_takashi@hotmail.com>:

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.
Doc/ext/ext.tex
Python/getargs.c