Message 207919 - Python tracker
Message207919
| Author | yselivanov |
|---|---|
| Recipients | michael.foord, ncoghlan, yselivanov |
| Date | 2014-01-11.22:24:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1389479096.33.0.749917877803.issue17481@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Please consider the attached patch (getargsspec_01.patch). It modifies 'getargspec' and 'getfullargspec' to use the 'inspect.signature' API. The entire test suite passes just fine. This also will address issue #16490. I can also update the docs, if it's necessary. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-11 22:24:56 | yselivanov | set | recipients: + yselivanov, ncoghlan, michael.foord |
| 2014-01-11 22:24:56 | yselivanov | set | messageid: <1389479096.33.0.749917877803.issue17481@psf.upfronthosting.co.za> |
| 2014-01-11 22:24:56 | yselivanov | link | issue17481 messages |
| 2014-01-11 22:24:56 | yselivanov | create | |