]> granicus.if.org Git - python/commit
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 18 Oct 2019 21:20:35 +0000 (14:20 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Oct 2019 21:20:35 +0000 (14:20 -0700)
commit5eabec022b9a10734fcf58faad02c4d233592f64
tree035bcaf1e28477e23804776247193ef1a4c94024
parentecb035cd14c11521276343397151929a94018a22
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840)
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2019-10-18-13-57-31.bpo-38521.U-7aaM.rst [new file with mode: 0644]