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 meador.inge
Recipients amaury.forgeotdarc, belopolsky, meador.inge, neologix
Date 2011-09-22.03:21:28
SpamBayes Score 0.0013432758
Marked as misclassified No
Message-id <1316661689.49.0.525765308843.issue12881@psf.upfronthosting.co.za>
In-reply-to
Content
I am going to open separate issues for the other crashers.

> Also, PyUnicode_FromFormat could be used instead of sprintf.

Amaury, how so?  'sprintf' and 'stgdict->format' work with 'char *'s 
where as 'PyUnicode_FromFormat' builds a unicode string object.

Unless there are any objections, I am going to commit as is.
History
Date User Action Args
2011-09-22 03:21:29meador.ingesetrecipients: + meador.inge, amaury.forgeotdarc, belopolsky, neologix
2011-09-22 03:21:29meador.ingesetmessageid: <1316661689.49.0.525765308843.issue12881@psf.upfronthosting.co.za>
2011-09-22 03:21:28meador.ingelinkissue12881 messages
2011-09-22 03:21:28meador.ingecreate