Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

>    def fmean(seq: Sequence[float]) -> float:
>        return math.fsum(seq) / len(seq)

Is it intentional that this doesn't support iterators?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35904>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to