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

Guido van Rossum report at bugs.python.org
Tue Jan 5 16:14:10 EST 2016


Guido van Rossum added the comment:

I think ContextManager should be in contextlib. I don't want to put
anything in functools. Coroutine doesn't belong in asyncio, it's more
fundamental (closely related to Generator).

----------

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


More information about the Python-bugs-list mailing list