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, facundobatista, ggenellina, goodger, phr, teoliphant
Date 2008-02-22.09:03:25
SpamBayes Score 0.056852944
Marked as misclassified No
Message-id <1203671008.05.0.324154072855.issue1742669@psf.upfronthosting.co.za>
In-reply-to
Content
I am of the opposite side:
%d should accept floats and anything that can be converted to an integer.
It is for printing objects with a decimal format.
(likewise %s is for printing objects that can be converted to a string)
History
Date User Action Args
2008-02-22 09:03:28amaury.forgeotdarcsetspambayes_score: 0.0568529 -> 0.056852944
recipients: + amaury.forgeotdarc, goodger, facundobatista, teoliphant, phr, ggenellina
2008-02-22 09:03:28amaury.forgeotdarcsetspambayes_score: 0.0568529 -> 0.0568529
messageid: <1203671008.05.0.324154072855.issue1742669@psf.upfronthosting.co.za>
2008-02-22 09:03:25amaury.forgeotdarclinkissue1742669 messages
2008-02-22 09:03:25amaury.forgeotdarccreate