[docs] [issue23864] issubclass without registration only works for "one-trick pony" collections ABCs.

Saul Shanabrook report at bugs.python.org
Mon Apr 13 19:18:03 CEST 2015


Saul Shanabrook added the comment:

I have added a failing test to based on the first example, of a class that provides the necessary methods, but fails to be an instance of Sequence.

----------
keywords: +patch
nosy: +saulshanabrook
Added file: http://bugs.python.org/file38935/patch.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23864>
_______________________________________


More information about the docs mailing list