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 <1389203471.33.0.935290876075.issue20189@psf.upfronthosting.co.za>
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: <1389203471.33.0.935290876075.issue20189@psf.upfronthosting.co.za>
2014-01-08 17:51:11larrylinkissue20189 messages
2014-01-08 17:51:11larrycreate