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 eric.smith
Recipients eric.smith, mark.dickinson
Date 2009-11-15.21:35:47
SpamBayes Score 2.4243916e-06
Marked as misclassified No
Message-id <1258320948.64.0.12524760293.issue7330@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like PyUnicode_FromFormatV is computing callcount incorrectly.
It's looking for 'S', 'R', or 'A' immediately following '%', before the
width. It seems to me it should be treating them the same as 's',
although I'll admit to not having looked at it close enough to know
exactly what's going on.

The whole routine could use some attention, I think.
History
Date User Action Args
2009-11-15 21:35:48eric.smithsetrecipients: + eric.smith, mark.dickinson
2009-11-15 21:35:48eric.smithsetmessageid: <1258320948.64.0.12524760293.issue7330@psf.upfronthosting.co.za>
2009-11-15 21:35:47eric.smithlinkissue7330 messages
2009-11-15 21:35:47eric.smithcreate