SIGN IN SIGN UP

bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822)

Idlelib.calltips.get_argspec now uses inspect.signature instead of inspect.getfullargspec, like help() does.  This improves the signature in the call tip in a few different cases, including builtins converted to provide a signature.  A message is added if the object is not callable, has an invalid signature, or if it has positional-only parameters.
Patch by Louie Lu.
L
Louie Lu committed
3b0f620c1a2a21272a9e2aeca6ca1d1ac10f8162
Parent: 3ca9f50
Committed by Terry Jan Reedy <tjreedy@udel.edu> on 8/10/2017, 12:58:13 AM