Message335045
| Author | steven.daprano |
|---|---|
| Recipients | josh.r, mark.dickinson, rhettinger, steven.daprano, tim.peters |
| Date | 2019-02-07.22:34:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <20190207223441.GH1834@ando.pearwood.info> |
| In-reply-to | <1549411161.36.0.783593325223.issue35904@roundup.psfhosted.org> |
| Content | |
|---|---|
> def fmean(seq: Sequence[float]) -> float: > return math.fsum(seq) / len(seq) Is it intentional that this doesn't support iterators? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-07 22:34:50 | steven.daprano | set | recipients: + steven.daprano, tim.peters, rhettinger, mark.dickinson, josh.r |
| 2019-02-07 22:34:48 | steven.daprano | link | issue35904 messages |
| 2019-02-07 22:34:48 | steven.daprano | create | |