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, christian.heimes, loewis
Date 2008-03-28.22:51:51
SpamBayes Score 0.060100403
Marked as misclassified No
Message-id <1206744712.84.0.206387110508.issue2388@psf.upfronthosting.co.za>
In-reply-to
Content
This is because in UCS, Py_UNICODE is an unsigned long. In calls to
PyErr_Format, the format specifier %c (int, the UCS2 Py_UNICODE) is
given, so the compiler gives a warning.
History
Date User Action Args
2008-03-28 22:51:53benjamin.petersonsetspambayes_score: 0.0601004 -> 0.060100403
recipients: + benjamin.peterson, loewis, christian.heimes
2008-03-28 22:51:52benjamin.petersonsetspambayes_score: 0.0601004 -> 0.0601004
messageid: <1206744712.84.0.206387110508.issue2388@psf.upfronthosting.co.za>
2008-03-28 22:51:51benjamin.petersonlinkissue2388 messages
2008-03-28 22:51:51benjamin.petersoncreate