inveniosoftware / invenio-records-rest

Invenio records REST API module.
https://invenio-records-rest.readthedocs.io
MIT License
4 stars 62 forks source link

Deprecation warning for "inspect.getargspec" #251

Closed topless closed 5 years ago

topless commented 5 years ago

When using inspect.getargspec() with Python3 we get a deprecation warning.

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

Searching a bit online the community suggests to use inspect.signature().