[issue11610] Improving property to accept abstract methods

Darren Dale report at bugs.python.org
Sat Mar 19 22:41:19 CET 2011


Darren Dale <dsdale24 at gmail.com> added the comment:

Here is a new patch that addresses a couple problems found in review:

* Unit tests contained a typo (Property instead of property)
* DeprecationWarning would be issued when importing abc rather than when creating abstractproperty. (whether abstractproperty should be deprecated has been questioned).

----------
Added file: http://bugs.python.org/file21295/property_with_abstractmethod_v2.patch

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


More information about the Python-bugs-list mailing list