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, ncoghlan, yselivanov
Date 2015-05-20.18:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432146814.36.0.379160413915.issue24248@psf.upfronthosting.co.za>
In-reply-to
Content
I want to deprecate Signature.from_function and Signature.from_builtin in 3.5.

There is no use for these methods (they aren't generic), and we also now have a very handy 'from_callable' for easy Signature subclassing.
History
Date User Action Args
2015-05-20 18:33:34yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, larry
2015-05-20 18:33:34yselivanovsetmessageid: <1432146814.36.0.379160413915.issue24248@psf.upfronthosting.co.za>
2015-05-20 18:33:34yselivanovlinkissue24248 messages
2015-05-20 18:33:34yselivanovcreate