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 vstinner
Recipients vstinner
Date 2011-01-05.01:55:15
SpamBayes Score 0.001618691
Marked as misclassified No
Message-id <1294192517.91.0.585635268064.issue10831@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_FromFormatV() supports %d, %ld, %lld, %zd, %u, %lu, %llu, %zu, %i. But it doesn't support %li, %lli, %zi.

Attached patch implements the 3 missing formats, and add unit tests for all these formats.
History
Date User Action Args
2011-01-05 01:55:17vstinnersetrecipients: + vstinner
2011-01-05 01:55:17vstinnersetmessageid: <1294192517.91.0.585635268064.issue10831@psf.upfronthosting.co.za>
2011-01-05 01:55:15vstinnerlinkissue10831 messages
2011-01-05 01:55:15vstinnercreate