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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brian.curtin, janglin, loewis, pitrou, schmir, vstinner
Date 2011-01-04.15:03:15
SpamBayes Score 0.0035118668
Marked as misclassified No
Message-id <1294153408.82.0.462984242277.issue9566@psf.upfronthosting.co.za>
In-reply-to
Content
r87733 in pyexpat.c modified a call to PyErr_Format with a %zi format code.
This format does not seem to be supported. %zd should be used instead.
History
Date User Action Args
2011-01-04 15:03:28amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, pitrou, vstinner, schmir, brian.curtin, janglin
2011-01-04 15:03:28amaury.forgeotdarcsetmessageid: <1294153408.82.0.462984242277.issue9566@psf.upfronthosting.co.za>
2011-01-04 15:03:15amaury.forgeotdarclinkissue9566 messages
2011-01-04 15:03:15amaury.forgeotdarccreate