Files
deb-python-falcon/falcon/util
Kurt Griffiths 0fd502cdfe fix: Use inspect.signature on py3k instead of inspect.getargspec (#921)
inspect.getargspec() is deprecated under py3k, and among other things
does not work for annotated functions. Use inspect.signature instead.

Fixes #911
2016-10-01 00:12:42 -06:00
..