summaryrefslogtreecommitdiffstats
path: root/python/odict/README
blob: f760f155a85c48273d35bbfea258b17bf092a6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.

python3 is an optional dependency.

If you want to build the package with python3 support
you have to pass the PYTHON3 parameter to the script
as follows:

  PYTHON3=yes ./odict.SlackBuild