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, serhiy.storchaka
Date 2012-10-14.18:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350238470.95.0.657575374419.issue16225@psf.upfronthosting.co.za>
In-reply-to
Content
> It is safe to modify a sequence during iteration if it's size not increased.

What do you mean by "safe"?  The example given by the original commenter does not increase the size either.  I believe "safe" is meant in the sense of avoiding possibly unexpected behavior.  I can clarify the language if you feel it is ambiguous.
History
Date User Action Args
2012-10-14 18:14:30chris.jerdoneksetrecipients: + chris.jerdonek, docs@python, serhiy.storchaka, Ian
2012-10-14 18:14:30chris.jerdoneksetmessageid: <1350238470.95.0.657575374419.issue16225@psf.upfronthosting.co.za>
2012-10-14 18:14:30chris.jerdoneklinkissue16225 messages
2012-10-14 18:14:30chris.jerdonekcreate