summaryrefslogtreecommitdiffstats
path: root/python/python-odict/README
diff options
context:
space:
mode:
author Cristiano Urban2017-10-30 13:04:01 +0100
committer Willy Sudiarto Raharjo2017-11-01 01:34:01 +0100
commit37ac27b92ad9ed5629daffcf93599fffae93ccea (patch)
treee2a6f9fe4bf57333b8571e7e0425785f4cedd1ca /python/python-odict/README
parent3d45e18bc71d0185ca1f00c81bac7393aa81c565 (diff)
downloadslackbuilds-37ac27b92ad9ed5629daffcf93599fffae93ccea.tar.gz
python/python-odict: Added (ordered dictionary).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-odict/README')
-rw-r--r--python/python-odict/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-odict/README b/python/python-odict/README
new file mode 100644
index 0000000000..a7980e171b
--- /dev/null
+++ b/python/python-odict/README
@@ -0,0 +1,3 @@
+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.