slackbuilds_ponce/python/python-odict
Cristiano Urban 37ac27b92a python/python-odict: Added (ordered dictionary).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-11-01 07:34:01 +07:00
..
python-odict.info
python-odict.SlackBuild
README
slack-desc

Dictionary in which the insertion order of items is preserved
(using an internal double linked list). In this implementation
replacing an existing item keeps it at its original position.