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 nikratio
Recipients docs@python, eli.bendersky, eric.araujo, ethan.furman, ezio.melotti, georg.brandl, nikratio, pje, tim.peters
Date 2014-01-21.04:11:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390277500.54.0.613447451787.issue12704@psf.upfronthosting.co.za>
In-reply-to
Content
That makes sense. Attached is an updated patch. It removes most of the duplication, and clearly says that there is no semantic difference between the yield statement and the yield expression at all.

I also moved the "see also" block to follow the description of the yield expression. At least for me, it was rather easy to miss in its current position (at the end of the second example subsection). The rest of the code churn in that section is just removing all the (presumably accidental) links to the yield statement when referring to a yield expression.
History
Date User Action Args
2014-01-21 04:11:40nikratiosetrecipients: + nikratio, tim.peters, georg.brandl, pje, ezio.melotti, eric.araujo, eli.bendersky, docs@python, ethan.furman
2014-01-21 04:11:40nikratiosetmessageid: <1390277500.54.0.613447451787.issue12704@psf.upfronthosting.co.za>
2014-01-21 04:11:40nikratiolinkissue12704 messages
2014-01-21 04:11:40nikratiocreate