slackbuilds/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
..
README python/python-odict: Added (ordered dictionary). 2017-11-01 07:34:01 +07:00
python-odict.SlackBuild python/python-odict: Added (ordered dictionary). 2017-11-01 07:34:01 +07:00
python-odict.info python/python-odict: Added (ordered dictionary). 2017-11-01 07:34:01 +07:00
slack-desc python/python-odict: Added (ordered dictionary). 2017-11-01 07:34:01 +07:00

README

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.