-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-140826: Remove the wrong documents about comparison behavior on winreg.HKEYType #140840
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 👍
|
Please rebase this on 3.14. |
| The object also support equality comparison semantics, so handle objects will | ||
| compare equal if they both reference the same underlying Windows handle value. | ||
| Closed handle objects (those with a handle value of zero) always compare equal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should only be removed in 3.14, isn't?
Please rebase the branch on 3.14 (in Git and in the GitHub interface) or create a new PR for 3.14.
45fb260 to
69bc853
Compare
|
Sorry, I just messed things up. I was trying to rebase this change onto the 3.14 branch, but there were too many conflicts. GitHub may have thought I reverted all the changes between this commit (around the main branch) and 3.14, and automatically requested all the code owners whose files were affected as reviewers 😂 Really sorry for making such a noise. Will close this PR and make a new PR based on 3.14 branch. |
winreg.HKEYTypeis inconsistent with its documentation #140826📚 Documentation preview 📚: https://cpython-previews--140840.org.readthedocs.build/