[docs] [issue25073] Document asyncio.test_utils

Yury Selivanov report at bugs.python.org
Fri Sep 11 21:32:05 CEST 2015


Yury Selivanov added the comment:

> Agreed, but then why isn't it in the tests directory?

I think that the main reason is to make it possible for tests to import some common functionality from 'asyncio' package, when you run them from the cloned github asyncio repo.

In fact, I think we should prefix the module with an underscore.

----------

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


More information about the docs mailing list