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-44135: issubclass documentation doesn't explain tuple semantic #26193
Conversation
BTW, I think it would be better if your issue title summarised what the change is about. So maybe |
Thanks for the suggestion. I'll try to do a better job of naming PRs in the future. :) |
This PR is stale because it has been open for 30 days with no activity. |
Sorry for the long wait Zack. @ambv sorry can I trouble you to take a look at this please? I'd appreciate a second pair of eyes. |
Thanks @zkneupper for the PR, and @ambv for merging it |
…ehaves (pythonGH-26193) Co-authored-by: Zachary Kneupper <[email protected]> (cherry picked from commit 08767c7) Co-authored-by: Zack Kneupper <[email protected]>
GH-28091 is a backport of this pull request to the 3.10 branch. |
…ehaves (GH-26193) Co-authored-by: Zachary Kneupper <[email protected]> (cherry picked from commit 08767c7) Co-authored-by: Zack Kneupper <[email protected]>
…ehaves (pythonGH-26193) This is a quasi-backport to 3.9 since the wording in this branch is different. Co-authored-by: Zachary Kneupper [email protected]
…ehaves (GH-26193) (GH-28094) This is a quasi-backport to 3.9 since the wording in this branch is different. Co-authored-by: Zachary Kneupper [email protected]
bpo-44135: issubclass documentation doesn't explain tuple semantic
https://bugs.python.org/issue44135
https://bugs.python.org/issue44135