diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2017-02-21 21:45:51 -0800 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2017-02-22 08:45:51 +0300 |
commit | 0899b9809547ec2894dcf88cf4bba732c5d47d0d (patch) | |
tree | de607113a596e6b74c9903b1716d756318143877 /Python/ast.c | |
parent | 4cee049f5b6864066b8315e9b54de955e5487dfc (diff) | |
download | cpython-git-0899b9809547ec2894dcf88cf4bba732c5d47d0d.tar.gz |
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122)
Nick Coghlan said on bpo-28814:
> inspect.getargvalues() and inspect.formatargvalues() were deprecated
> in Python 3.5 as part of implementing bpo-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 operation
This commit undeprecates these functions and adds a note to ignore
previous deprecation notices.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions