[issue12128] Allow `abc.abstractproperty` to be overridden by a data attribute

Eric Snow report at bugs.python.org
Fri May 20 21:23:45 CEST 2011


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

As far as I have found, there isn't a way to make it work implicitly without changing object.__new__.  I just posted some of the approaches I could think of to python-list: 

http://mail.python.org/pipermail/python-list/2011-May/1272604.html

Mostly it is a matter of using decorators for validation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12128>
_______________________________________


More information about the Python-bugs-list mailing list