]> granicus.if.org Git - python/commit
bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 21 Jul 2019 07:34:47 +0000 (00:34 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Jul 2019 07:34:47 +0000 (00:34 -0700)
commit02c91f59b6f6e720a9e89635e00c55bcf7f932a8
tree8911ca3b47dc0da1344aacb81f5f62427d3d18e6
parent5623ac87bbe5de481957eca5eeae06347612fbeb
bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871)

* Make internals private

* Finish making mu and sigma private

* Add missing __hash__() method

* Add blurb
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2019-07-19-22-44-41.bpo-36324.1VjywS.rst [new file with mode: 0644]