[issue23586] Add classproperty to the builtin functions

2015-03-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: 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 functio

[issue23586] Add classproperty to the builtin functions

2015-03-04 Thread Charles-Axel Dein
New submission from Charles-Axel Dein: 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? -- messages: 237227 nosy: charlax priority: normal severity: normal