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 mbussonn
Recipients docs@python, mbussonn
Date 2018-05-21.21:34:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526938472.55.0.682650639539.issue33594@psf.upfronthosting.co.za>
In-reply-to
Content
inspect's getargspec, as well as Signature's from_function, and from_builtin are deprecated. 

They all emits DeprecationWarning but: 

The deprecation warning does not say since which version since are deprecated. 
For the two Signature's methods, there is no documentation available, so finding this information is difficult. 

Many tool rely on introspection to provide object help via docstring, which also did not include this deprecation notice. 

Adding the deprecation informations to these 3 function/methods would be good to foster migration to newer ways.
History
Date User Action Args
2018-05-21 21:34:32mbussonnsetrecipients: + mbussonn, docs@python
2018-05-21 21:34:32mbussonnsetmessageid: <1526938472.55.0.682650639539.issue33594@psf.upfronthosting.co.za>
2018-05-21 21:34:32mbussonnlinkissue33594 messages
2018-05-21 21:34:32mbussonncreate