[3.8] bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871) by miss-islington · Pull Request #14875 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
rhettinger merged 1 commit intopython:3.8from
Jul 21, 2019Merged
Conversation
Copy link Copy Markdown
Contributor
-
Make internals private
-
Finish making mu and sigma private
-
Add missing hash() method
-
Add blurb
(cherry picked from commit 02c91f5)
Co-authored-by: Raymond Hettinger rhettinger@users.noreply.github.com
…te. (pythonGH-14871) * Make internals private * Finish making mu and sigma private * Add missing __hash__() method * Add blurb (cherry picked from commit 02c91f5) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jul 21, 2019
miss-islington commented
Jul 21, 2019@rhettinger: Status check is done, and it's a success ✅ .
rhettinger
merged commit
c613c33
into
python:3.8
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-02c91f5-3.8
branch
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jul 21, 2019
miss-islington commented
Jul 21, 2019@rhettinger: Status check is done, and it's a success ✅ .
1 similar comment
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jul 21, 2019
miss-islington commented
Jul 21, 2019@rhettinger: Status check is done, and it's a success ✅ .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment