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 ronaldoussoren
Recipients georg.brandl, ronaldoussoren
Date 2009-12-10.11:22:48
SpamBayes Score 0.00012852423
Marked as misclassified No
Message-id <1260444170.83.0.494210811062.issue7468@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't checked the 3.1, 2.7 and 2.6 documentation, but at least for 3.2 
the documentation of PyErr_Format lists a very small number of supported 
format characters compared to PyUnicode_FromFormat even though 
PyErr_Format calls PyUnicode_FromFormatV to do the actual formatting.
History
Date User Action Args
2009-12-10 11:22:51ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl
2009-12-10 11:22:50ronaldoussorensetmessageid: <1260444170.83.0.494210811062.issue7468@psf.upfronthosting.co.za>
2009-12-10 11:22:49ronaldoussorenlinkissue7468 messages
2009-12-10 11:22:48ronaldoussorencreate