aboutsummaryrefslogtreecommitdiff
path: root/python/python-odict/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-24 07:49:41 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-24 08:22:58 +0700
commit67cb0aab24ad97b5174cf8cccf0d0b44fa751d92 (patch)
tree6b11d5a6195bfbc47b2a8598cb487527d04672d0 /python/python-odict/README
parent2e49de07f7a6ee7c15b1c412280a572f7b979349 (diff)
python/python-odict: Removed (replaced with odict).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.