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 eric.snow
Recipients asvetlov, eric.snow, larry, yselivanov
Date 2014-01-12.17:32:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7BwpFJ-vbPCv8hNTBMqXqr5NaMJptt-d-BPc66cy4vmxg@mail.gmail.com>
In-reply-to <[email protected]>
Content
The difference is that inspect.signature is not friendly to Signature
subclasses.  Without from_callable you can't customize the behavior in
inspect.signature easily.
History
Date User Action Args
2014-01-12 17:32:50eric.snowsetrecipients: + eric.snow, larry, asvetlov, yselivanov
2014-01-12 17:32:50eric.snowlinkissue17373 messages
2014-01-12 17:32:50eric.snowcreate