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 larry
Recipients brett.cannon, larry, meador.inge, skrah
Date 2014-01-08.17:51:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here's a patch that adds __text_signature__ support for three more builtin types:
  method_descriptor
  classmethod_descriptor
  wrapper_descriptor
  method-wrapper

The patch also modifies inspect.Signature so it recognizes these types.
History
Date User Action Args
2014-01-08 17:51:11larrysetrecipients: + larry, brett.cannon, skrah, meador.inge
2014-01-08 17:51:11larrysetmessageid: <[email protected]>
2014-01-08 17:51:11larrylinkissue20189 messages
2014-01-08 17:51:11larrycreate