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, 0 insertions, 3 deletions
diff --git a/python/python-odict/README b/python/python-odict/README
deleted file mode 100644
index a7980e171b..0000000000
--- a/python/python-odict/README
+++ /dev/null
@@ -1,3 +0,0 @@
-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.