2010/5/28 spir ☣ <[email protected]>: > his is a different feature from preserving *input* order of of keys, or of > key:value pairs.
In Python 2.7 and 3.1 [1] we now have the OrderedDict which does preserve input order. Greets Sander [1] http://www.python.org/dev/peps/pep-0372/ _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
