[Python-Dev] PEP 359: The "make" Statement

Russell E. Owen rowen at cesmail.net
Tue Apr 18 02:19:43 CEST 2006


At some point folks were discussing use cases of "make" where it was 
important to preserve the order in which items were added to the 
namespace.

I'd like to suggest adding an implementation of an ordered dictionary to 
standard python (e.g. as a library or built in type). It's inherently 
useful, and in this case it could be used by "make".

-- Russell



More information about the Python-Dev mailing list