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 larry, zach.ware
Date 2014-01-13.22:03:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389650608.92.0.554869582661.issue20172@psf.upfronthosting.co.za>
In-reply-to
Content
> Clinic should be adding 'self' to the signature,
> which should then be picked up by the __text_signature__
> parser, and used by inspect and pydoc.

This innocent little comment has derailed my whole day.  You're right, 'self' should be in the signature.  But not always!  And then in
inspect.Signature we need to strip it off for bound methods.

In case you're curious, this work is happening in a separate branch, and tracked in a different issue (#20189).
History
Date User Action Args
2014-01-13 22:03:28larrysetrecipients: + larry, zach.ware
2014-01-13 22:03:28larrysetmessageid: <1389650608.92.0.554869582661.issue20172@psf.upfronthosting.co.za>
2014-01-13 22:03:28larrylinkissue20172 messages
2014-01-13 22:03:28larrycreate