Message269081
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. |
|
| 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: <[email protected]> |
| 2016-06-22 18:46:01 | ncoghlan | link | issue27172 messages |
| 2016-06-22 18:46:01 | ncoghlan | create | |
|