[issue25637] Move non-collections-related ABCs out of collections.abc

Yury Selivanov report at bugs.python.org
Mon Nov 16 14:59:01 EST 2015


Yury Selivanov added the comment:

We had this discussion when we were adding Awaitable, AsyncIterable etc.  I suggested to simply put them in the top-level 'abc' module (where ABCMeta is defined).

----------
nosy: +yselivanov

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


More information about the Python-bugs-list mailing list