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 Jim Fasarakis-Hilliard
Recipients Jim Fasarakis-Hilliard, docs@python
Date 2017-02-01.19:10:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485976216.65.0.169866413965.issue29414@psf.upfronthosting.co.za>
In-reply-to
Content
The current line is confusing hinting that the for statement is actually an object, it also makes a reference to iterators which the tutorial doesn't disambiguate until the chapter on Classes.

I've added a small patch that, in my opinion, makes it clearer by using the terminology of the previous sentence.
History
Date User Action Args
2017-02-01 19:10:16Jim Fasarakis-Hilliardsetrecipients: + Jim Fasarakis-Hilliard, docs@python
2017-02-01 19:10:16Jim Fasarakis-Hilliardsetmessageid: <1485976216.65.0.169866413965.issue29414@psf.upfronthosting.co.za>
2017-02-01 19:10:16Jim Fasarakis-Hilliardlinkissue29414 messages
2017-02-01 19:10:16Jim Fasarakis-Hilliardcreate