Message281824
| 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:33 | ncoghlan | set | recipients: + ncoghlan, docs@python, yselivanov |
| 2016-11-27 13:07:32 | ncoghlan | set | messageid: <1480252052.94.0.16018093739.issue28814@psf.upfronthosting.co.za> |
| 2016-11-27 13:07:32 | ncoghlan | link | issue28814 messages |
| 2016-11-27 13:07:32 | ncoghlan | create | |