Hi, Guido van Rossum modified Tulip to "Export iscoroutine[function]". These names are not really PEP 8 compliant. Would it possible to rename them to is_coroutine() and is_coroutine_function()?
@Guido: you should also document these functions in Doc/library/asyncio-tasks.rst of CPython ;-) I removed them from the documentation because they were private: http://hg.python.org/cpython/rev/1cecfc642333 Victor
