testing-cabal / funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.3+
http://pypi.python.org/pypi/funcsigs
Other
8 stars 13 forks source link

Fixes #18: Remove ordereddict as a requirement for python versions greater than 2.6 #19

Closed johanbrandhorst closed 8 years ago

johanbrandhorst commented 8 years ago

Tested on python 2.6.9 and python 2.7.6.

rbtcollins commented 8 years ago

Hi - thanks for this; however this would break wheels, since its procedural rather than declarative. Since I'm now not travelling I'll work up a patch.

rbtcollins commented 8 years ago

See #19.

rbtcollins commented 8 years ago

Erm, I meant #20.