This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients barry, giampaolo.rodola, njs, pitrou, vstinner, yselivanov
Date 2017-05-30.22:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <61408F3C-4B42-4466-A4B6-7E9F039D5D71@gmail.com>
In-reply-to <CAMpsgwZB4XH6XHG-2kfbOg407CUz=b=Gwnz2-n0jj_3TjSrygw@mail.gmail.com>
Content
> 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.
History
Date User Action Args
2017-05-30 22:36:38yselivanovsetrecipients: + yselivanov, barry, pitrou, vstinner, giampaolo.rodola, njs
2017-05-30 22:36:38yselivanovlinkissue30300 messages
2017-05-30 22:36:38yselivanovcreate