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 nikratio
Recipients arigo, nikratio, rhettinger
Date 2013-10-27.21:39:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382909948.65.0.676422693873.issue19414@psf.upfronthosting.co.za>
In-reply-to
Content
Being able to modify an OrderedDict while iterating through it is pretty useful though.

What about documenting that modifying an OrderedDict is allowed, but may cause iteration to skip or repeat items (but do not allow it to raise RuntimeError)?

As far as I can tell, the current implementation will already guarantee that (as soon as this issue is fixed).
History
Date User Action Args
2013-10-27 21:39:08nikratiosetrecipients: + nikratio, arigo, rhettinger
2013-10-27 21:39:08nikratiosetmessageid: <1382909948.65.0.676422693873.issue19414@psf.upfronthosting.co.za>
2013-10-27 21:39:08nikratiolinkissue19414 messages
2013-10-27 21:39:08nikratiocreate