Nick Coghlan added the comment:

Are you able to use inspect.getfullargspec() on Python 3 rather than 
inspect.getargspec()?

While both are technically deprecated, only inspect.getargspec() actually emits 
a deprecation warning - inspect.getfullargspec() still works without complaint 
and is in no danger of being removed.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27172>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to