Yury Selivanov added the comment:

> STINNER Victor added the comment:
> 
> Barry: would you be ok to start by adding Controller to asyncio.test_utils,
> and wait later to expose it in the public API?

Sorry, but we are going to deprecate and remove test_utils soon. It's a bunch 
of internal unit test helpers used privately by asyncio. They are not 
documented and not supported. Now that asyncio repo is in CPython repo and we 
don't release it on its own, i see no reason to keep test_utils (we can move it 
to 'Lib/test'.

Again, the natural way of something like Controller to end up in asyncio is to 
either go through full PEP process, or live some time on PyPI and prove to be 
useful.

----------

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

Reply via email to