aliles / funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.2+
http://pypi.python.org/pypi/funcsigs
Other
48 stars 33 forks source link

Use the ordereddict pypi package when needed #13

Open harlowja opened 9 years ago

harlowja commented 9 years ago

Instead of having a vendored ordereddict in odict.py just use the one that comes via pypi that can be removed for versions of python where it is not needed (2.7 and newer).

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 99.07% when pulling 5f8ac4af63ec3e4039c1cd2892f3d0b4dab9cb66 on harlowja:no-own-ordered-dict into db7f0afe3ed219d4f27073226e75c77073c9d137 on aliles:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 99.07% when pulling 5f8ac4af63ec3e4039c1cd2892f3d0b4dab9cb66 on harlowja:no-own-ordered-dict into db7f0afe3ed219d4f27073226e75c77073c9d137 on aliles:master.

rbtcollins commented 8 years ago

Merging over at https://github.com/testing-cabal/funcsigs/pull/7