aboutsummaryrefslogtreecommitdiff
path: root/python/python-odict/README
diff options
context:
space:
mode:
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.