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 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:50steven.dapranosetrecipients: + steven.daprano, tim.peters, rhettinger, mark.dickinson, josh.r
2019-02-07 22:34:48steven.dapranolinkissue35904 messages
2019-02-07 22:34:48steven.dapranocreate