Message89100
The patch looks alright. I don't like the documentation for
PyUnicode_FromFormatV, however. Here's my attempt to document it:
.. cfunction:: PyObject* PyUnicode_FromFormatV(const char *format,
va_list vargs)
Equivalent to the function :cfunc:`PyUnicode_FromFormat`, except that
it takes a va_list instead of variable number of arguments. |
|
Date |
User |
Action |
Args |
2009-06-08 19:06:45 | alexandre.vassalotti | set | recipients:
+ alexandre.vassalotti, lemburg, georg.brandl, donlorenzo |
2009-06-08 19:06:44 | alexandre.vassalotti | set | messageid: <1244488004.81.0.579807928415.issue1944@psf.upfronthosting.co.za> |
2009-06-08 19:06:43 | alexandre.vassalotti | link | issue1944 messages |
2009-06-08 19:06:43 | alexandre.vassalotti | create | |
|