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 bup
Recipients bup, terry.reedy
Date 2017-02-25.20:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488054872.48.0.0975525232786.issue29653@psf.upfronthosting.co.za>
In-reply-to
Content
Many wrappers use the famous (*args, **kwargs) argspec, which is less than helpful for a function that uses some positional arguments and maybe a few keyword only arguments, ie (x, y, z=10). Other IDEs have the capability of showing the wrapped functions argspec in a calltip, so why shouldn't IDLE?
History
Date User Action Args
2017-02-25 20:34:32bupsetrecipients: + bup, terry.reedy
2017-02-25 20:34:32bupsetmessageid: <1488054872.48.0.0975525232786.issue29653@psf.upfronthosting.co.za>
2017-02-25 20:34:32buplinkissue29653 messages
2017-02-25 20:34:32bupcreate