[New-bugs-announce] [issue28814] Deprecation notice on inspect.getargvalues() is incorrect

Nick Coghlan report at bugs.python.org
Sun Nov 27 08:07:32 EST 2016


New submission from Nick Coghlan:

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.

----------
assignee: docs at python
components: Documentation
messages: 281824
nosy: docs at python, ncoghlan, yselivanov
priority: normal
severity: normal
stage: needs patch
status: open
title: Deprecation notice on inspect.getargvalues() is incorrect
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list