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 docs@python, ncoghlan, yselivanov
Date 2016-11-27.13:07:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480252052.94.0.16018093739.issue28814@psf.upfronthosting.co.za>
In-reply-to
Content
inspect.getargvalues() and inspect.formatargvalues() were deprecated in Python 3.5 as part of implementing issue 20438

This is incorrect, as these are *frame* introspection related functions, not callable introspection ones. The documentation and implementation layout is confusing though, as they're interleaved with the callable introspection operations.
History
Date User Action Args
2016-11-27 13:07:33ncoghlansetrecipients: + ncoghlan, docs@python, yselivanov
2016-11-27 13:07:32ncoghlansetmessageid: <1480252052.94.0.16018093739.issue28814@psf.upfronthosting.co.za>
2016-11-27 13:07:32ncoghlanlinkissue28814 messages
2016-11-27 13:07:32ncoghlancreate