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 loewis
Recipients
Date 2007-05-18.17:05:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
What factors outside the containing program influence iteration order? Iteration is completely deterministic, and only depends on the items inserted, and the order in which they were inserted, neither of which is outside the scope of the containing program. It's just that the order is not easily predictable.
History
Date User Action Args
2007-08-23 14:53:52adminlinkissue1721372 messages
2007-08-23 14:53:52admincreate