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 berker.peksag, brett.cannon, larry, matrixise, ncoghlan, python-dev, yselivanov
Date 2015-05-22.20:30:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432326640.15.0.3623147319.issue20438@psf.upfronthosting.co.za>
In-reply-to
Content
I'm copying/pasting my latest commit message on this issue here:

"""Add a note about deprecating old inspect APIs to whatsnew.

Also, deprecate formatargspec, formatargvalues, and getargvalues
functions.  Since we are deprecating 'getfullargspec' function in
3.5 (documentation only, no DeprecationWarning), it makes sense
to also deprecate functions designed to be directly used with it.

In 3.6 we will remove 'getargsspec' function (was deprecated since
Python 3.0), and start raising DeprecationWarnings in other
'getarg*' family of functions.  We can remove them in 3.7 or later.

Also, it is worth noting, that Signature API does not provide 100%
of functionality that deprecated APIs have.  It is important to do
a soft deprecation of outdated APIs in 3.5 to gather users feedback,
and improve Signature object."""
History
Date User Action Args
2015-05-22 20:30:40yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, larry, python-dev, berker.peksag, matrixise
2015-05-22 20:30:40yselivanovsetmessageid: <1432326640.15.0.3623147319.issue20438@psf.upfronthosting.co.za>
2015-05-22 20:30:40yselivanovlinkissue20438 messages
2015-05-22 20:30:40yselivanovcreate