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 matrixise
Recipients brett.cannon, larry, matrixise, ncoghlan, yselivanov
Date 2014-04-15.15:47:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397576842.64.0.18891496455.issue20438@psf.upfronthosting.co.za>
In-reply-to
Content
In this patch, I deprecate the inspect.getfullargspec function in the documentation and raise an warnings.warn with DeprecationWarning.

Need feedback, because the inspect.getargspec() informs the user that it can use the getfullargspec() and I think we should use inspect.signature instead of inspect.getfullargspec() and inspect.getargspec().

Thank you
History
Date User Action Args
2014-04-15 15:47:22matrixisesetrecipients: + matrixise, brett.cannon, ncoghlan, larry, yselivanov
2014-04-15 15:47:22matrixisesetmessageid: <1397576842.64.0.18891496455.issue20438@psf.upfronthosting.co.za>
2014-04-15 15:47:22matrixiselinkissue20438 messages
2014-04-15 15:47:22matrixisecreate