Nick Coghlan added the comment:

OK, so maybe the right answer here is to officially undeprecate 
inspect.getfullargspec(), as we definitely *don't* want people feeling obliged 
to write their own version of that, and potentially introducing inconsistencies 
between different tools.

Then the deprecation warning on inspect.getargspec() can be updated to point 
people towards "inspect.signature() or inspect.getfullargspec()", while the 
docs for getfullargspec() itself can be updated to say it isn't recommended for 
use in new code, rather than that it's deprecated.

----------

_______________________________________
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