This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti, donlorenzo, georg.brandl, lemburg
Date 2009-06-08.19:06:43
SpamBayes Score 5.718603e-10
Marked as misclassified No
Message-id <1244488004.81.0.579807928415.issue1944@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-08 19:06:45alexandre.vassalottisetrecipients: + alexandre.vassalotti, lemburg, georg.brandl, donlorenzo
2009-06-08 19:06:44alexandre.vassalottisetmessageid: <1244488004.81.0.579807928415.issue1944@psf.upfronthosting.co.za>
2009-06-08 19:06:43alexandre.vassalottilinkissue1944 messages
2009-06-08 19:06:43alexandre.vassalotticreate