Message269081
| Author | ncoghlan |
|---|---|
| Recipients | SilentGhost, eric.snow, ncoghlan, ryan.petrello, yselivanov |
| Date | 2016-06-22.18:46:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1466621161.78.0.550479395113.issue27172@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Are you able to use inspect.getfullargspec() on Python 3 rather than inspect.getargspec()? While both are technically deprecated, only inspect.getargspec() actually emits a deprecation warning - inspect.getfullargspec() still works without complaint and is in no danger of being removed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-22 18:46:01 | ncoghlan | set | recipients: + ncoghlan, SilentGhost, eric.snow, yselivanov, ryan.petrello |
| 2016-06-22 18:46:01 | ncoghlan | set | messageid: <1466621161.78.0.550479395113.issue27172@psf.upfronthosting.co.za> |
| 2016-06-22 18:46:01 | ncoghlan | link | issue27172 messages |
| 2016-06-22 18:46:01 | ncoghlan | create | |