inspect.getargspec() is deprecated under py3k, and among other things does not work for annotated functions. Use inspect.signature instead. Fixes #911
inspect.getargspec() is deprecated under py3k, and among other things does not work for annotated functions. Use inspect.signature instead. Fixes #911