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.

作者 benjamin.peterson
收信人 benjamin.peterson, loewis
日期 2008-03-18.14:48:51
SpamBayes Score 0.17472495
Marked as misclassified
Message-id <1205851732.4.0.198950240717.issue2388@psf.upfronthosting.co.za>
In-reply-to
内容
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'
历史
日期 用户 动作 参数
2008-03-18 14:48:52benjamin.peterson修改spambayes_score: 0.174725 -> 0.17472495
recipients: + benjamin.peterson, loewis
2008-03-18 14:48:52benjamin.peterson修改spambayes_score: 0.174725 -> 0.174725
messageid: <1205851732.4.0.198950240717.issue2388@psf.upfronthosting.co.za>
2008-03-18 14:48:51benjamin.peterson链接issue2388 messages
2008-03-18 14:48:51benjamin.peterson创建