[issue20438] inspect: Deprecate getfullargspec?

Nick Coghlan report at bugs.python.org
Tue Apr 15 23:04:38 CEST 2014


Nick Coghlan added the comment:

Note that getargspec() depends on getfullargspec() so deprecating the latter *will* cause issues for single-source code (unless they switch to using the funcsigs backport).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20438>
_______________________________________


More information about the Python-bugs-list mailing list