0

I have a small python package that needs to use OrderedDict. As of python 2.7, OrderedDict is included in python collections. For python 2.6 and before, there is the ordereddict package that offers OrderedDict. How can I ask for ordereddict to be installed in setup.py for only python 2.6 and earlier?

3

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.