Nick Coghlan <ncogh...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to