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 terry.reedy
Recipients terry.reedy, yselivanov
Date 2015-02-01.10:12:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422785527.9.0.902331390291.issue19903@psf.upfronthosting.co.za>
In-reply-to
Content
An example should make my concern clearer. str(signature(int)) is '()' because int (and all other builtins) has not been converted whereas the Idle calltip is
  int(x=0) -> integer
  int(x, base=10) -> integer
I do not want to simply add a line with '()' to the top of the calltip, so a little thought is needed to improve the calltip for the rare cases above without degrading them for existing, more common cases.
History
Date User Action Args
2015-02-01 10:12:07terry.reedysetrecipients: + terry.reedy, yselivanov
2015-02-01 10:12:07terry.reedysetmessageid: <1422785527.9.0.902331390291.issue19903@psf.upfronthosting.co.za>
2015-02-01 10:12:07terry.reedylinkissue19903 messages
2015-02-01 10:12:07terry.reedycreate