This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add classproperty to the builtin functions
Type: enhancement Stage:
Components: Versions: Python 3.5
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: charlax, rhettinger
Priority: normal Keywords:

Created on 2015-03-05 01:44 by charlax, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg237227 - (view) Author: Charles-Axel Dein (charlax) * Date: 2015-03-05 01:44
Similar to http://bugs.python.org/issue20659

Having a behavior that is similar to a property on a class seems intuitive enough. Is there any specific reason why it does not exist?
msg237251 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2015-03-05 09:22
I think you should take this up on python-ideas and don't expect it to gain any traction here.  For best results, the proposal should be accompanied by valid use cases that can't easily be handled in some other way.  The bar for adding a new builtin function is somewhat high so there would need to be good reasons.
History
Date User Action Args
2022-04-11 14:58:13adminsetgithub: 67774
2015-03-05 09:22:40rhettingersetstatus: open -> closed
versions: + Python 3.5
nosy: + rhettinger

messages: + msg237251

resolution: rejected
2015-03-05 01:44:14charlaxcreate