[issue11610] Improved support for abstract base classes with descriptors
Nick Coghlan
report at bugs.python.org
Sun Jun 12 18:15:34 CEST 2011
Nick Coghlan <ncoghlan at gmail.com> added the comment:
Non-conformant explicit registration is permitted on purpose to allow developers to only supply partial implementations when it is known that that is all a given application requires. Extremely impure, but quite practical :)
Note that the core logic of inspect.getattr_static isn't all that complicated. If necessary, it could be moved inside the module with ABCMeta and then wrapped or reference by the inspect module.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11610>
_______________________________________
More information about the Python-bugs-list
mailing list