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 serhiy.storchaka
Recipients Ian, chris.jerdonek, docs@python, georg.brandl, serhiy.storchaka
Date 2012-10-14.23:00:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201210150200.07479.storchaka@gmail.com>
In-reply-to <1350254079.74.0.873932835191.issue16225@psf.upfronthosting.co.za>
Content
> I agree.  I removed the word "safe" in the patch I attached to reduce
> ambiguity.

Yes, so much the better.

It will be nice somewhere in deep clarify for experts what happens with list 
iterator if the list changed.

And iterating over modifyed (if you insert/remove keys, but not when you only 
update values) dict or set really yield unexpected results (i.e. they expected 
in them undefinability). This is really not recommended.
History
Date User Action Args
2012-10-14 23:00:23serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, chris.jerdonek, docs@python, Ian
2012-10-14 23:00:23serhiy.storchakalinkissue16225 messages
2012-10-14 23:00:23serhiy.storchakacreate