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, terry.reedy, zach.ware
Date 2014-01-24.21:54:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390600448.02.0.0300552230164.issue20379@psf.upfronthosting.co.za>
In-reply-to
Content
Huh.  So inspect.getfullargspec is the code ignoring whether or not a function is bound.

Well, help(x) should be consistent, whether x is a bound builtin class instance or a bound Python class instance.  Right now it isn't; it displays the "self" for the Python one but not for the builtin one.
History
Date User Action Args
2014-01-24 21:54:08larrysetrecipients: + larry, terry.reedy, zach.ware
2014-01-24 21:54:08larrysetmessageid: <1390600448.02.0.0300552230164.issue20379@psf.upfronthosting.co.za>
2014-01-24 21:54:08larrylinkissue20379 messages
2014-01-24 21:54:07larrycreate