Message32060
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.
|
|
Date |
User |
Action |
Args |
2007-08-23 14:53:52 | admin | link | issue1721368 messages |
2007-08-23 14:53:52 | admin | create | |
|