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 mark.dickinson
Recipients cdavid, cito, dino.viehland, eric.smith, mark.dickinson, stutzbach
Date 2009-04-16.23:39:09
SpamBayes Score 0.00014946185
Marked as misclassified No
Message-id <1239925151.46.0.713765238066.issue4482@psf.upfronthosting.co.za>
In-reply-to
Content
Here are my proposed tests for this---they're for percent formatting 
rather than format() formatting.  They conflict slightly with Daniel's 
tests, in that I think

format(float('inf'), '+')

should produce '+inf' rather than plain 'inf'.
History
Date User Action Args
2009-04-16 23:39:11mark.dickinsonsetrecipients: + mark.dickinson, cito, eric.smith, stutzbach, cdavid, dino.viehland
2009-04-16 23:39:11mark.dickinsonsetmessageid: <1239925151.46.0.713765238066.issue4482@psf.upfronthosting.co.za>
2009-04-16 23:39:10mark.dickinsonlinkissue4482 messages
2009-04-16 23:39:10mark.dickinsoncreate