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 zach.ware
Recipients gennad, larry, meador.inge, serhiy.storchaka, vajrasky, zach.ware
Date 2013-12-27.15:41:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388158900.78.0.626425734745.issue20075@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good to me (aside from extra whitespace on the blank lines in methodobject.c, and I agree with Serhiy about s/brackets/parens/).  Also, I like the suggestion of using __text_signature__ instead of '(...)'.  However, just to avoid any possible issues with __text_signature__ being blank or missing, I would go with `argspec = getattr(object, '__text_signature__', '') or '(...)'` instead of straight `object.__text_signature__` (and note that there are two places to change in pydoc).
History
Date User Action Args
2013-12-27 15:41:40zach.waresetrecipients: + zach.ware, larry, meador.inge, gennad, serhiy.storchaka, vajrasky
2013-12-27 15:41:40zach.waresetmessageid: <1388158900.78.0.626425734745.issue20075@psf.upfronthosting.co.za>
2013-12-27 15:41:40zach.warelinkissue20075 messages
2013-12-27 15:41:40zach.warecreate