[issue20438] inspect: Deprecate getfullargspec?

Stéphane Wirtel report at bugs.python.org
Tue Apr 15 17:47:22 CEST 2014


Stéphane Wirtel added the comment:

In this patch, I deprecate the inspect.getfullargspec function in the documentation and raise an warnings.warn with DeprecationWarning.

Need feedback, because the inspect.getargspec() informs the user that it can use the getfullargspec() and I think we should use inspect.signature instead of inspect.getfullargspec() and inspect.getargspec().

Thank you

----------
keywords: +patch
nosy: +matrixise
Added file: http://bugs.python.org/file34877/issue20438_deprecate_inspect-getfullargspec.patch

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


More information about the Python-bugs-list mailing list