Message274598
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson, steven.daprano, tim.peters |
| Date | 2016-09-06.18:48:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473187725.47.0.886661075125.issue27975@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> as would `math.isnan(Decimal('1e500'))`
Whoops, no. I'd forgotten that large finite `Decimal` objects end up as `float` infinities under conversion. Not sure I like that much, but it is what it is ... |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-06 18:48:45 | mark.dickinson | set | recipients: + mark.dickinson, tim.peters, steven.daprano |
| 2016-09-06 18:48:45 | mark.dickinson | set | messageid: <1473187725.47.0.886661075125.issue27975@psf.upfronthosting.co.za> |
| 2016-09-06 18:48:45 | mark.dickinson | link | issue27975 messages |
| 2016-09-06 18:48:45 | mark.dickinson | create | |