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, georg.brandl
Date 2012-04-08.11:04:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333883042.23.0.670586533695.issue14528@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, then that also might be worth mentioning.  As it stands now, the emphasis in the section on iterator types is on __iter__() (e.g. it is the main focus of the introduction), whereas iter() is barely mentioned (only in the sections on dicts and file objects).  So in addition to the suggestions above, perhaps the introduction to the section on iterator types could include a link to the iter() function with a description of its relationship to iterator types.
History
Date User Action Args
2012-04-08 11:04:02chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, docs@python
2012-04-08 11:04:02chris.jerdoneksetmessageid: <1333883042.23.0.670586533695.issue14528@psf.upfronthosting.co.za>
2012-04-08 11:04:01chris.jerdoneklinkissue14528 messages
2012-04-08 11:04:01chris.jerdonekcreate