[Python-Dev] Dictionary evaluation order

Jeremy Hylton jeremy@alum.mit.edu
Mon, 25 Nov 2002 23:52:34 -0500


I think the language shouldn't specify what the order of evaluation
here.  The current implementation seems just as valid as the proposed
change.  No one should write code that depends on this order.

Jeremy