[New-bugs-announce] [issue24087] Documentation doesn't explain the term "coroutine" (PEP 342)

Paul Moore report at bugs.python.org
Thu Apr 30 22:25:52 CEST 2015


New submission from Paul Moore:

Although the new generator methods introduced in PEP 342 are documented, the term "coroutine" is not defined anywhere. In particular, the fact that Python coroutines work in conjunction with an event loop rather than transferring control directly between each other is not mentioned.

----------
assignee: docs at python
components: Documentation
files: coroutine_docs.patch
keywords: needs review, patch
messages: 242286
nosy: docs at python, gvanrossum, paul.moore
priority: normal
severity: normal
stage: patch review
status: open
title: Documentation doesn't explain the term "coroutine" (PEP 342)
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39239/coroutine_docs.patch

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


More information about the New-bugs-announce mailing list