Message254154
| Author | steven.daprano |
|---|---|
| Recipients | David MacIver, bar.harel, benjamin.peterson, josh.r, mark.dickinson, steven.daprano |
| Date | 2015-11-06.01:06:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1446772003.69.0.527144220615.issue25177@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Has anyone confirmed that this bug actually exists? I'm afraid that I cannot verify it. I get these results on three different computers: py> x = 8.988465674311579e+307 py> statistics.mean([x, x]) 8.988465674311579e+307 py> statistics.mean([x, x]) == x True running Python 3.4.3, a backport on 3.3.0rc3, and the default branch in the repo (3.6.0a). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-06 01:06:43 | steven.daprano | set | recipients: + steven.daprano, mark.dickinson, benjamin.peterson, josh.r, David MacIver, bar.harel |
| 2015-11-06 01:06:43 | steven.daprano | set | messageid: <1446772003.69.0.527144220615.issue25177@psf.upfronthosting.co.za> |
| 2015-11-06 01:06:43 | steven.daprano | link | issue25177 messages |
| 2015-11-06 01:06:43 | steven.daprano | create | |