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 yselivanov
Recipients michael.foord, ncoghlan, yselivanov
Date 2014-01-11.22:24:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389479096.33.0.749917877803.issue17481@psf.upfronthosting.co.za>
In-reply-to
Content
Please consider the attached patch (getargsspec_01.patch).

It modifies 'getargspec' and 'getfullargspec' to use the 'inspect.signature' API. The entire test suite passes just fine.

This also will address issue #16490.

I can also update the docs, if it's necessary.
History
Date User Action Args
2014-01-11 22:24:56yselivanovsetrecipients: + yselivanov, ncoghlan, michael.foord
2014-01-11 22:24:56yselivanovsetmessageid: <1389479096.33.0.749917877803.issue17481@psf.upfronthosting.co.za>
2014-01-11 22:24:56yselivanovlinkissue17481 messages
2014-01-11 22:24:56yselivanovcreate