Ivan Levkivskyi <levkivs...@gmail.com> added the comment:

Serhiy, for example `issubclass(typing.MutableMapping, typing.Mapping)` returns 
`True` while neither of those two are actual class objects. These relationships 
are kept mostly so that `typing.*` can be used as a drop-in replacement for 
`collections.abc.*` (plus backwards compatibility).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32999>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to