python / asyncio

asyncio historical repository
https://docs.python.org/3/library/asyncio.html
1.03k stars 178 forks source link

remove import asyncio.test_utils from examples #470

Open denisra opened 7 years ago

denisra commented 7 years ago

This is a continuation of issue #464

Remove import asyncio.test_utils completely. This is an internal module, and has nothing to do with examples (which historically were just experiments with asyncio, while asyncio was in active development).

denisra commented 7 years ago

@1st1 please let me know if this is not what you were looking for.