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 jjposner
Recipients georg.brandl, jjposner
Date 2010-02-24.16:14:59
SpamBayes Score 0.07233231
Marked as misclassified No
Message-id <1267028101.75.0.785199066969.issue8012@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, the glossary contains two entries, for "generator" and "generator expression". The accompanying patch changes this to three entries: "generator", "generator function", and "generator expression", and cleans up the relationships:

* generator function returns generator
* generator expression returns generator
History
Date User Action Args
2010-02-24 16:15:01jjposnersetrecipients: + jjposner, georg.brandl
2010-02-24 16:15:01jjposnersetmessageid: <1267028101.75.0.785199066969.issue8012@psf.upfronthosting.co.za>
2010-02-24 16:15:00jjposnerlinkissue8012 messages
2010-02-24 16:15:00jjposnercreate