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 brett.cannon, larry, matrixise, ncoghlan, yselivanov
Date 2015-05-21.18:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432234647.23.0.644998861536.issue20438@psf.upfronthosting.co.za>
In-reply-to
Content
Please see the new patch.

So it's time to deprecate getargspec with a warning (was softly deprecated in 3.0).

getfullargspec() and getcallargs() deprecation is documented.

I also want to deprecate formatargspec() and formatargvalues(), but Signature does not provide equivalents. Should we add them?
History
Date User Action Args
2015-05-21 18:57:27yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, larry, matrixise
2015-05-21 18:57:27yselivanovsetmessageid: <1432234647.23.0.644998861536.issue20438@psf.upfronthosting.co.za>
2015-05-21 18:57:27yselivanovlinkissue20438 messages
2015-05-21 18:57:27yselivanovcreate