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 brett.cannon
Recipients brett.cannon, lukasz.langa, ncoghlan, pablogsal, serhiy.storchaka, steve.dower, vstinner
Date 2019-04-29.17:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556560177.49.0.142210466694.issue36751@roundup.psfhosted.org>
In-reply-to
Content
If I remember correctly the un-deprecation was because 2/3 code could only use getfullargspec() to get all relevant details. Since we're so close to being done w/ Python 2 I think this might be the last change to make to them, document their deprecation, tack this info on to the end of the tuple, and then start raising DeprecationWarning in 3.9.
History
Date User Action Args
2019-04-29 17:49:37brett.cannonsetrecipients: + brett.cannon, ncoghlan, vstinner, lukasz.langa, serhiy.storchaka, steve.dower, pablogsal
2019-04-29 17:49:37brett.cannonsetmessageid: <1556560177.49.0.142210466694.issue36751@roundup.psfhosted.org>
2019-04-29 17:49:37brett.cannonlinkissue36751 messages
2019-04-29 17:49:37brett.cannoncreate