]> granicus.if.org Git - python/commit
bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) (GH-13843)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jun 2019 15:18:13 +0000 (08:18 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 5 Jun 2019 15:18:13 +0000 (08:18 -0700)
commit9ddb77741e041966d64739353393bcba33cc3bdd
tree971919a48e13353dfb97483b702428c19690e188
parentb496c2672131ea51a55b5a414aeda271562f18d3
bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) (GH-13843)

(cherry picked from commit 6c01ebcc0dfc6be22950fabb46bdc10dcb6202c9)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Lib/statistics.py
Misc/NEWS.d/next/Library/2019-06-04-22-25-38.bpo-37158.JKm15S.rst [new file with mode: 0644]