[docs] [issue24692] types.coroutines() idempotence documentation

Antoine Pietri report at bugs.python.org
Thu Jul 23 13:21:42 CEST 2015


New submission from Antoine Pietri:

In the new types.coroutines() documentation, it is not clearly stated whether this function is idempotent or not: what happens when it is called on a function that is already a native coroutine?

----------
assignee: docs at python
components: Documentation
messages: 247184
nosy: docs at python, seirl
priority: normal
severity: normal
status: open
title: types.coroutines() idempotence documentation
versions: Python 3.5

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


More information about the docs mailing list