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-20692: Add Programming FAQ entry on 1.__class__ error. #28918

Merged
merged 1 commit into from Oct 13, 2021

Conversation

@terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Oct 13, 2021

To avoid error, add either space or parentheses.

https://bugs.python.org/issue20692

To avoid error, add either space or parentheses.
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 13, 2021

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒🤖

miss-islington added a commit to miss-islington/cpython that referenced this issue Oct 13, 2021
…-28918)

To avoid error, add either space or parentheses.
(cherry picked from commit 380c440)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Oct 13, 2021

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

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Oct 13, 2021

GH-28920 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit to miss-islington/cpython that referenced this issue Oct 13, 2021
…-28918)

To avoid error, add either space or parentheses.
(cherry picked from commit 380c440)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this issue Oct 13, 2021
To avoid error, add either space or parentheses.
(cherry picked from commit 380c440)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this issue Oct 13, 2021
To avoid error, add either space or parentheses.
(cherry picked from commit 380c440)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants