This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients SilentGhost, eric.snow, ncoghlan, ryan.petrello, yselivanov
Date 2016-06-22.20:42:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466628141.5.0.274923011722.issue27172@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-22 20:42:21ncoghlansetrecipients: + ncoghlan, SilentGhost, eric.snow, yselivanov, ryan.petrello
2016-06-22 20:42:21ncoghlansetmessageid: <1466628141.5.0.274923011722.issue27172@psf.upfronthosting.co.za>
2016-06-22 20:42:21ncoghlanlinkissue27172 messages
2016-06-22 20:42:21ncoghlancreate