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 Ian, chris.jerdonek, docs@python, georg.brandl, serhiy.storchaka
Date 2012-10-14.23:04:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350255865.19.0.0379302970244.issue16225@psf.upfronthosting.co.za>
In-reply-to
Content
> It will be nice somewhere in deep clarify for experts what happens with list iterator if the list changed.

There is a note somewhat to this effect here:

http://docs.python.org/dev/reference/compound_stmts.html#the-for-statement

"Note There is a subtlety when the sequence is being modified by the loop...."
History
Date User Action Args
2012-10-14 23:04:25chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, docs@python, serhiy.storchaka, Ian
2012-10-14 23:04:25chris.jerdoneksetmessageid: <1350255865.19.0.0379302970244.issue16225@psf.upfronthosting.co.za>
2012-10-14 23:04:25chris.jerdoneklinkissue16225 messages
2012-10-14 23:04:25chris.jerdonekcreate