-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-34085: Improve wording on classmethod/staticmethod #8228
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-34085: Improve wording on classmethod/staticmethod #8228
Conversation
|
I removed the " needs backport to 3.6" label, the 3.6 branch no longer accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches |
|
@csabella: Please replace |
|
Thanks @andresdelfino for the PR, and @csabella for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.7. |
|
GH-12544 is a backport of this pull request to the 3.7 branch. |
* bpo-34085: Improve wording on classmethod/staticmethod * Address comments from Éric * Address comments from Éric (cherry picked from commit 548cb60) Co-authored-by: Andre Delfino <adelfino@gmail.com>
|
GH-12545 is a backport of this pull request to the 2.7 branch. |
* bpo-34085: Improve wording on classmethod/staticmethod * Address comments from Éric * Address comments from Éric (cherry picked from commit 548cb60) Co-authored-by: Andre Delfino <adelfino@gmail.com>
https://bugs.python.org/issue34085