2009/3/2 Raymond Hettinger <pyt...@rcn.com>:
> My preference is OrderedDict.
> That says that it is a pure python class like Counter, UserDict, UserList,
> MutableMapping and other collections classes.

I don't understand why implementation language should have any
significance in naming. Classes should be able to be implemented in
any language transparently.

> It is clear and explicit in its intention and doesn't make you try to
> remember what the o in odict stands for.

I agree and that's why I propose "ordereddict"


-- 
Regards,
Benjamin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to