[issue20438] inspect: Deprecate getfullargspec?

Berker Peksag report at bugs.python.org
Fri May 22 21:42:13 CEST 2015


Berker Peksag added the comment:

Just a minor comment on the patch:

+    warnings.warn("inspect.getargspec() is deprecated, "
+                  "use inspect.signature() instead", DeprecationWarning)

Can you also add "stacklevel=2"?

----------
nosy: +berker.peksag

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


More information about the Python-bugs-list mailing list