This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Stephen.Lacy
Recipients Stephen.Lacy, docs@python
Date 2012-05-22.16:39:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337704749.36.0.829196637533.issue14878@psf.upfronthosting.co.za>
In-reply-to
Content
okay, found the documentation I was looking for here:

http://docs.python.org/reference/expressions.html#yield-expressions

which appears to be copied and pasted and modified version of the docs here:

http://docs.python.org/reference/simple_stmts.html#grammar-token-yield_stmt

At the very least these should cross-reference each other, but I would guess that the text should be unified, but I'm not sure where.
History
Date User Action Args
2012-05-22 16:39:09Stephen.Lacysetrecipients: + Stephen.Lacy, docs@python
2012-05-22 16:39:09Stephen.Lacysetmessageid: <1337704749.36.0.829196637533.issue14878@psf.upfronthosting.co.za>
2012-05-22 16:39:07Stephen.Lacylinkissue14878 messages
2012-05-22 16:39:07Stephen.Lacycreate