Message 141536 - Python tracker
Message141536
| Author | maxbublis |
|---|---|
| Recipients | benjamin.peterson, daniel.urban, eric.araujo, eric.snow, gsakkis, marco.mariani, maxbublis, michael.foord, ncoghlan |
| Date | 2011-08-01.21:44:35 |
| SpamBayes Score | 5.2865936e-08 |
| Marked as misclassified | No |
| Message-id | <1312235077.1.0.87546631495.issue8639@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I've ran into the same problem with getfullargspec not supporting callables, so I've written patch with docs and tests, that adds support for any Python callable. As a result of getfullargspec's implementation change, getargspec function also supports callables. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-08-01 21:44:37 | maxbublis | set | recipients: + maxbublis, ncoghlan, gsakkis, benjamin.peterson, eric.araujo, michael.foord, daniel.urban, marco.mariani, eric.snow |
| 2011-08-01 21:44:37 | maxbublis | set | messageid: <1312235077.1.0.87546631495.issue8639@psf.upfronthosting.co.za> |
| 2011-08-01 21:44:36 | maxbublis | link | issue8639 messages |
| 2011-08-01 21:44:36 | maxbublis | create | |