Message 184646 - Python tracker
Message184646
| Author | michael.foord |
|---|---|
| Recipients | michael.foord, ncoghlan |
| Date | 2013-03-19.17:31:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1363714292.51.0.18841126063.issue17481@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
inspect.getfullargspec (and potentially getargspec?) could *use* function.__signature__ if set. This allows functions that lie about their signature with the new introspection tool (Signature) to still work with older code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-19 17:31:32 | michael.foord | set | recipients: + michael.foord, ncoghlan |
| 2013-03-19 17:31:32 | michael.foord | set | messageid: <1363714292.51.0.18841126063.issue17481@psf.upfronthosting.co.za> |
| 2013-03-19 17:31:32 | michael.foord | link | issue17481 messages |
| 2013-03-19 17:31:32 | michael.foord | create | |