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 eric.snow
Recipients brett.cannon, eric.snow, ncoghlan
Date 2013-08-28.03:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377659436.77.0.0929523139133.issue18862@psf.upfronthosting.co.za>
In-reply-to
Content
It would be helpful to have __subclasshook__() implemented on the finders and loaders in importlib.abc, following the approach taken by ABCs in collections.abc.  This came up relative to PEP 431, but would be generally useful (if only to a limited audience <wink>).
History
Date User Action Args
2013-08-28 03:10:36eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan
2013-08-28 03:10:36eric.snowsetmessageid: <1377659436.77.0.0929523139133.issue18862@psf.upfronthosting.co.za>
2013-08-28 03:10:36eric.snowlinkissue18862 messages
2013-08-28 03:10:36eric.snowcreate