[issue11610] Improving property to accept abstract methods

Benjamin Peterson report at bugs.python.org
Tue Mar 29 23:37:45 CEST 2011


Benjamin Peterson <benjamin at python.org> added the comment:

I have an idea. How about instead of reusing abstractmethod for abstract getters and setters, you add abstractproperty.abstractgetter/setter/deleter?

----------

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


More information about the Python-bugs-list mailing list