]> granicus.if.org Git - python/commit
bpo-35904: Add statistics.fmean() (GH-11892)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 21 Feb 2019 23:06:29 +0000 (15:06 -0800)
committerGitHub <noreply@github.com>
Thu, 21 Feb 2019 23:06:29 +0000 (15:06 -0800)
commit47d9987247bcc45983a6d51fd1ae46d5d356d0f8
tree16b7e88590f9a28ff47e8a0e041510c4a2d86756
parentf36f89257b30e0bf88e8aaff6da14a9a96f57b9e
bpo-35904: Add statistics.fmean() (GH-11892)
Doc/library/random.rst
Doc/library/statistics.rst
Doc/whatsnew/3.8.rst
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2019-02-16-00-55-52.bpo-35904.V88MCD.rst [new file with mode: 0644]