Skip to content
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-40177: Fix misinformation about NaN != NaN comparison #19357

Merged

Conversation

mdickinson
Copy link
Member

@mdickinson mdickinson commented Apr 4, 2020

The documentation incorrectly states that x != x is false for a NaN value x. This PR fixes that.

https://bugs.python.org/issue40177

@miss-islington
Copy link
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 5, 2020
(cherry picked from commit 810f68f)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
@bedevere-bot
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 5, 2020
(cherry picked from commit 810f68f)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
@bedevere-bot
Copy link

GH-19384 is a backport of this pull request to the 3.7 branch.

mdickinson added a commit that referenced this pull request Apr 5, 2020
(cherry picked from commit 810f68f)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
mdickinson added a commit that referenced this pull request Apr 5, 2020
(cherry picked from commit 810f68f)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
@mdickinson mdickinson deleted the fix/incorrect-nan-ne-description branch April 6, 2020 06:48
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.

4 participants