This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upremove import asyncio.test_utils from examples #470
Comments
denisra
added a commit
to denisra/asyncio
that referenced
this issue
Nov 18, 2016
This fixes issue python#470
denisra
added a commit
to denisra/asyncio
that referenced
this issue
Nov 18, 2016
This fixes issue python#470
denisra
added a commit
to denisra/asyncio
that referenced
this issue
Nov 18, 2016
This fixes issue python#470
|
@1st1 please let me know if this is not what you were looking for. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).