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 aisaac0
Recipients
Date 2007-05-18.15:06:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In footnote (3) at <URL:http://docs.python.org/lib/typesmapping.html>, delete the first two sentences and substitute:

    Keys and values are listed in an arbitrary order.  This order is indeterminate and generally depends on factors outside the scope of the containing program.  However, if items(), keys(), values(), iteritems(), iterkeys(), and itervalues() are called with no intervening modifications to the dictionary, the lists will directly correspond.

*Justification:* users should not be expected to understand without being told that iteration order depends on factors outside the scope of the containing program.

History
Date User Action Args
2007-08-23 14:53:52adminlinkissue1721368 messages
2007-08-23 14:53:52admincreate