[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-36546: No longer have a need to make "data" positional only #16252

Merged
merged 1 commit into from Sep 18, 2019

Conversation

Copy link
Contributor

rhettinger commented Sep 18, 2019

With the inv_cdf() hook removed, the first argument is alway data and never a distribution. So, we can make the signature the same as the other statistics functions.

https://bugs.python.org/issue36546

rhettinger merged commit 272d0d0 into python:master Sep 18, 2019
rhettinger deleted the quantiles_data_arg branch September 18, 2019 03:45
Copy link
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

Copy link
Contributor

Sorry @rhettinger, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 272d0d017aef585acf84bb0af99a90a2a8582b2c 3.8

rhettinger added needs backport to 3.8 only security fixes and removed needs backport to 3.8 only security fixes labels Sep 18, 2019
Copy link
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 18, 2019
…16252)

(cherry picked from commit 272d0d0)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Copy link

GH-16253 is a backport of this pull request to the 3.8 branch.

bedevere-bot removed the needs backport to 3.8 only security fixes label Sep 18, 2019
rhettinger added a commit that referenced this pull request Sep 18, 2019
…GH-16253)

(cherry picked from commit 272d0d0)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants