diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2017-10-30 12:04:01 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-01 07:34:01 +0700 |
commit | 37ac27b92ad9ed5629daffcf93599fffae93ccea (patch) | |
tree | e2a6f9fe4bf57333b8571e7e0425785f4cedd1ca /python/python-odict/README | |
parent | 3d45e18bc71d0185ca1f00c81bac7393aa81c565 (diff) |
python/python-odict: Added (ordered dictionary).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-odict/README')
-rw-r--r-- | python/python-odict/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-odict/README b/python/python-odict/README new file mode 100644 index 0000000000000..a7980e171bebd --- /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. |