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 yselivanov
Recipients larry, terry.reedy, yselivanov, zach.ware
Date 2014-01-28.21:32:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390944779.76.0.311911121664.issue20379@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I solved the first arg consistency for inspect.getfullargspec in #17481. The latest patch always shows the first argument (self) for both python-defined and C-defined methods.
History
Date User Action Args
2014-01-28 21:32:59yselivanovsetrecipients: + yselivanov, terry.reedy, larry, zach.ware
2014-01-28 21:32:59yselivanovsetmessageid: <1390944779.76.0.311911121664.issue20379@psf.upfronthosting.co.za>
2014-01-28 21:32:59yselivanovlinkissue20379 messages
2014-01-28 21:32:59yselivanovcreate