DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead

Issue #99 resolved
Nico Schlömer created an issue

With Python 3, one gets the deprecation warning

DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead

Note that inspect.signature() is not there for Python 2, so perhaps this will require a try-except block.

Comments (4)

  1. Martin Sandve Alnæs

    Most of the devs have used python 3 for a while now and do not get this. You'll need to provide an example to reproduce it.

  2. Log in to comment