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 asvetlov, eric.snow, larry, yselivanov
Date 2014-01-11.22:13:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Hi Eric,

I'm not sure why do you want this. Having "Signature.from_callable" does not allow you to change behaviour of 'inspect.signature' function. More over, it creates a confusion about what API should be used - 'inspect.signature' or 'inspect.Signature.from_callable'.
History
Date User Action Args
2014-01-11 22:13:58yselivanovsetrecipients: + yselivanov, larry, asvetlov, eric.snow
2014-01-11 22:13:58yselivanovsetmessageid: <[email protected]>
2014-01-11 22:13:58yselivanovlinkissue17373 messages
2014-01-11 22:13:58yselivanovcreate