Message86050
| 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:23 | mark.dickinson | set | recipients: + mark.dickinson, cito, eric.smith, stutzbach, cdavid, dino.viehland |
| 2009-04-16 23:29:22 | mark.dickinson | set | messageid: <1239924562.96.0.772839637701.issue4482@psf.upfronthosting.co.za> |
| 2009-04-16 23:29:21 | mark.dickinson | link | issue4482 messages |
| 2009-04-16 23:29:21 | mark.dickinson | create | |