Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GH-77265: Document NaN handling in statistics functions that sort or count #94676

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

Merged
merged 4 commits into from
Jul 10, 2022

Conversation

rhettinger
Copy link
Contributor

@rhettinger rhettinger commented Jul 7, 2022

Document the current state of affairs. Show users what the issue is and how they can avoid it.

@rhettinger rhettinger added docs Documentation in the Doc dir skip news needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Jul 7, 2022
@rhettinger rhettinger requested a review from stevendaprano July 7, 2022 23:15
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Copy link
Member

@stevendaprano stevendaprano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Thanks @rhettinger and @erlend-aasland

If I submit this with Approve, does that actually merge the changes?

@miss-islington
Copy link
Contributor

Thanks @rhettinger for the PR, and @stevendaprano for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @rhettinger and @stevendaprano, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker ef61b259e35a0249840184b59f43d8a7f9b095bc 3.11

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jul 10, 2022
@bedevere-bot
Copy link

GH-94725 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 10, 2022
…rt or count (pythonGH-94676)

* Document NaN handling in functions that sort or count

* Update Doc/library/statistics.rst

Co-authored-by: Erlend Egeberg Aasland <[email protected]>

* Update Doc/library/statistics.rst

Co-authored-by: Erlend Egeberg Aasland <[email protected]>

* Fix trailing whitespace and rewrap text

Co-authored-by: Erlend Egeberg Aasland <[email protected]>
(cherry picked from commit ef61b25)

Co-authored-by: Raymond Hettinger <[email protected]>
@AlexWaygood AlexWaygood added needs backport to 3.11 only security fixes and removed needs backport to 3.11 only security fixes labels Jul 10, 2022
@miss-islington
Copy link
Contributor

Thanks @rhettinger for the PR, and @stevendaprano for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-94726 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 10, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 10, 2022
…rt or count (pythonGH-94676)

* Document NaN handling in functions that sort or count

* Update Doc/library/statistics.rst

Co-authored-by: Erlend Egeberg Aasland <[email protected]>

* Update Doc/library/statistics.rst

Co-authored-by: Erlend Egeberg Aasland <[email protected]>

* Fix trailing whitespace and rewrap text

Co-authored-by: Erlend Egeberg Aasland <[email protected]>
(cherry picked from commit ef61b25)

Co-authored-by: Raymond Hettinger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants