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@python
components: Documentation
messages: 281824
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28814>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to