This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Darren.Dale, benjamin.peterson, daniel.urban, dsdale24, eric.araujo, eric.snow, michael.foord, ncoghlan, stutzbach
Date 2011-06-12.16:15:33
SpamBayes Score 0.0219623
Marked as misclassified No
Message-id <1307895334.54.0.230511680554.issue11610@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-12 16:15:34ncoghlansetrecipients: + ncoghlan, benjamin.peterson, stutzbach, eric.araujo, michael.foord, daniel.urban, dsdale24, eric.snow, Darren.Dale
2011-06-12 16:15:34ncoghlansetmessageid: <1307895334.54.0.230511680554.issue11610@psf.upfronthosting.co.za>
2011-06-12 16:15:34ncoghlanlinkissue11610 messages
2011-06-12 16:15:33ncoghlancreate