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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20438>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to