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 benjamin.peterson
Recipients benjamin.peterson, loewis
Date 2008-03-18.14:48:51
SpamBayes Score 0.17472495
Marked as misclassified No
Message-id <1205851732.4.0.198950240717.issue2388@psf.upfronthosting.co.za>
In-reply-to
Content
There are similar warnings in formater_unicode.c:
In file included from Python/formatter_unicode.c:13:
Python/../Objects/stringlib/formatter.h: In function 'unicode__format__':
Python/../Objects/stringlib/formatter.h:789: warning: format '%c'
expects type 'int', but argument 3 has type 'Py_UNICODE'
In file included from Python/formatter_unicode.c:13:
Python/../Objects/stringlib/formatter.h: In function 'unicode__format__':
Python/../Objects/stringlib/formatter.h:789: warning: format '%c'
expects type 'int', but argument 3 has type 'Py_UNICODE'
History
Date User Action Args
2008-03-18 14:48:52benjamin.petersonsetspambayes_score: 0.174725 -> 0.17472495
recipients: + benjamin.peterson, loewis
2008-03-18 14:48:52benjamin.petersonsetspambayes_score: 0.174725 -> 0.174725
messageid: <1205851732.4.0.198950240717.issue2388@psf.upfronthosting.co.za>
2008-03-18 14:48:51benjamin.petersonlinkissue2388 messages
2008-03-18 14:48:51benjamin.petersoncreate