Closed
Description
I was looking at Raymond Hettinger's script on ActiveState (in this repo as ordereddict.py
) and noticed in the comments that it was available on PyPI. It seems to be an updated version of the original script.
I guess I'm just wondering if it wouldn't be easier to just pip install ordereddict
(by adding it to requirements.txt
)?