On Wed, Mar 4, 2009 at 1:44 PM, Greg Ewing <[email protected]> wrote: > [email protected] wrote: > >> I actually like StableDict best. When I hear that I think, "ah, the >> key order is stable in the face of insertions, unlike a regular dict". > > But it still doesn't convey what the ordering actually *is*.
Please, stick with OrderedDict. That's the name used historically by most people who independently reinvented this functionality. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
