Message281824
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. |
|
| Date |
User |
Action |
Args |
| 2016-11-27 13:07:33 | ncoghlan | set | recipients:
+ ncoghlan, docs@python, yselivanov |
| 2016-11-27 13:07:32 | ncoghlan | set | messageid: <[email protected]> |
| 2016-11-27 13:07:32 | ncoghlan | link | issue28814 messages |
| 2016-11-27 13:07:32 | ncoghlan | create | |
|