From 67cb0aab24ad97b5174cf8cccf0d0b44fa751d92 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 24 Aug 2019 07:49:41 +0700 Subject: python/python-odict: Removed (replaced with odict). Signed-off-by: Willy Sudiarto Raharjo --- python/python-odict/README | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 python/python-odict/README (limited to 'python/python-odict/README') 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. -- cgit v1.2.3