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, nikratio, pje, tim.peters
Date 2013-09-08.21:24:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378675484.07.0.133277491795.issue12704@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached an updated patch.

I agree with Tim that the docs on the yield expression are already very good, so instead of extending the yield statement documentation I have shortened it to instead reduce the overlap that already exists.

In the yield expression documentation, I have replaced :keyword:`yield` with an un-tagged "yield" (because the former results in a link to the yield statement) and added '.. or yield statement' to the parts that apply to both yield expressions and statements.

I have also added hyperlinks to the relevant descriptions of the generator methods.
History
Date User Action Args
2013-09-08 21:24:44nikratiosetrecipients: + nikratio, tim.peters, pje, eli.bendersky, docs@python
2013-09-08 21:24:44nikratiosetmessageid: <1378675484.07.0.133277491795.issue12704@psf.upfronthosting.co.za>
2013-09-08 21:24:44nikratiolinkissue12704 messages
2013-09-08 21:24:43nikratiocreate