K 10 svn:author V 4 tota K 8 svn:date V 27 2011-11-23T04:32:53.000000Z K 7 svn:log V 333 - Add a new port: devel/py-ordereddict Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big-oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing). WWW: http://pypi.python.org/pypi/ordereddict Feature safe: yes END