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/slack-desc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 python/python-odict/slack-desc (limited to 'python/python-odict/slack-desc') diff --git a/python/python-odict/slack-desc b/python/python-odict/slack-desc deleted file mode 100644 index 9a922bdae2..0000000000 --- a/python/python-odict/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -python-odict: python-odict (ordered dictionary) -python-odict: -python-odict: Dictionary in which the insertion order of items is preserved -python-odict: (using an internal double linked list). In this implementation -python-odict: replacing an existing item keeps it at its original position. -python-odict: -python-odict: Homepage: https://github.com/bluedynamics/odict -python-odict: -python-odict: -python-odict: -python-odict: -- cgit v1.2.3