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, loewis, pitrou, sable
Date 2011-11-25.15:52:25
SpamBayes Score 0.004592011
Marked as misclassified No
Message-id <1322236345.96.0.309151345981.issue13461@psf.upfronthosting.co.za>
In-reply-to
Content
I've identified a few other cases where a '#' format is passed a numeric literal:

Python/codecs.c:514: return Py_BuildValue("(u#n)", &end, 0, end);
Modules/_io/textio.c:2323: DECODER_DECODE(input, 1, n);
History
Date User Action Args
2011-11-25 15:52:26amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, pitrou, sable, brian.curtin
2011-11-25 15:52:25amaury.forgeotdarcsetmessageid: <1322236345.96.0.309151345981.issue13461@psf.upfronthosting.co.za>
2011-11-25 15:52:25amaury.forgeotdarclinkissue13461 messages
2011-11-25 15:52:25amaury.forgeotdarccreate