This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:01ncoghlansetrecipients: + ncoghlan, SilentGhost, eric.snow, yselivanov, ryan.petrello
2016-06-22 18:46:01ncoghlansetmessageid: <1466621161.78.0.550479395113.issue27172@psf.upfronthosting.co.za>
2016-06-22 18:46:01ncoghlanlinkissue27172 messages
2016-06-22 18:46:01ncoghlancreate