[issue18862] Implement __subclasshook__() for Finders and Loaders in importlib.abc

2020-03-06 Thread Brett Cannon


Change by Brett Cannon :


--
nosy:  -brett.cannon

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18862] Implement __subclasshook__() for Finders and Loaders in importlib.abc

2013-10-04 Thread Eric Snow

Eric Snow added the comment:

Here's a patch.

--
keywords: +patch
stage: test needed - patch review
Added file: 
http://bugs.python.org/file31960/issue18862-importlib-abc-subclasshooks.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18862
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18862] Implement __subclasshook__() for Finders and Loaders in importlib.abc

2013-08-27 Thread Eric Snow

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 rep...@bugs.python.org
http://bugs.python.org/issue18862
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com