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 chris.jerdonek
Recipients chris.jerdonek, docs@python, ncoghlan, terry.reedy
Date 2012-07-28.00:11:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343434289.05.0.621315676048.issue15457@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks a lot for the excellent feedback.  I'll update the patch to incorporate it.

One background note: I tried not to be too strict about using "generator iterator" or "generator function" in place of "generator" in the general docs in deference to this remark in PEP 255:  "Note that when the intent is clear from context, the unqualified name "generator" may be used to refer either to a generator-function or a generator-iterator."
History
Date User Action Args
2012-07-28 00:11:29chris.jerdoneksetrecipients: + chris.jerdonek, terry.reedy, ncoghlan, docs@python
2012-07-28 00:11:29chris.jerdoneksetmessageid: <1343434289.05.0.621315676048.issue15457@psf.upfronthosting.co.za>
2012-07-28 00:11:28chris.jerdoneklinkissue15457 messages
2012-07-28 00:11:28chris.jerdonekcreate