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:29:21
SpamBayes Score 1.7835844e-09
Marked as misclassified No
Message-id <1239924562.96.0.772839637701.issue4482@psf.upfronthosting.co.za>
In-reply-to
Content
A somewhat related comment about formatting of infs and nans:  I think 
that a formatted nan should never include a sign, even when it's 
explicitly asked for.  For example:

"%+e" % float('nan')

should give "nan" rather than "+nan" or "-nan".  (In contrast, infinities 
should, and currently do, get the requested sign.)
History
Date User Action Args
2009-04-16 23:29:23mark.dickinsonsetrecipients: + mark.dickinson, cito, eric.smith, stutzbach, cdavid, dino.viehland
2009-04-16 23:29:22mark.dickinsonsetmessageid: <1239924562.96.0.772839637701.issue4482@psf.upfronthosting.co.za>
2009-04-16 23:29:21mark.dickinsonlinkissue4482 messages
2009-04-16 23:29:21mark.dickinsoncreate