10000 bpo-19072: Make @classmethod support chained decorators by berkerpeksag · Pull Request #8405 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-19072: Make @classmethod support chained decorators #8405

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

Merged
merged 6 commits into from
Aug 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into 19072-classmethod-descriptor
  • Loading branch information
rhettinger authored Aug 24, 2019
commit a0131820db8ea4f3bc003c75b5a98b3ef6b4971f
3 changes: 1 addition & 2 deletions Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ are always available. They are listed here in alphabetical order.

Class methods are different than C++ or Java static methods. If you want those,
see :func:`staticmethod` in this section.
For more information on class methods, consult the documentation on the standard
type hierarchy in :ref:`types`.
For more information on class methods, see :ref:`types`.

.. versionchanged:: 3.9
Class methods can now wrap other :term:`descriptors <descriptor>` such as
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0