]> granicus.if.org Git - python/commit
bpo-36018: Add the NormalDist class to the statistics module (GH-11973)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 23 Feb 2019 22:44:07 +0000 (14:44 -0800)
committerGitHub <noreply@github.com>
Sat, 23 Feb 2019 22:44:07 +0000 (14:44 -0800)
commit11c79531655a4aa3f82c20ff562ac571f40040cc
tree6af6cf3108204156c7b66022044514d75fca134e
parent64d6cc826dacebc2493b1bb5e8cb97828eb76f81
bpo-36018: Add the NormalDist class to the statistics module (GH-11973)
Doc/library/statistics.rst
Doc/whatsnew/3.8.rst
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2019-02-21-15-47-00.bpo-36018.qt7QUe.rst [new file with mode: 0644]