[New-bugs-announce] [issue18862] Implement __subclasshook__() for Finders and Loaders in importlib.abc
Eric Snow
report at bugs.python.org
Wed Aug 28 05:10:36 CEST 2013
New submission from Eric Snow:
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>).
----------
components: Library (Lib)
keywords: easy
messages: 196346
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
stage: test needed
status: open
title: Implement __subclasshook__() for Finders and Loaders in importlib.abc
type: enhancement
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18862>
_______________________________________
More information about the New-bugs-announce
mailing list