[issue18539] Idle 2.7: Calltip wrong if def contains float default value

2013-07-27 Thread ariel brunner
ariel brunner added the comment: Superb, and thanks for doing the actual work on fixing it. -- ___ Python tracker ___ ___ Python-bugs-

[issue18539] Idle 2.7: Calltip wrong if def contains float default value

2013-07-26 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: test needed -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue18539] Idle 2.7: Calltip wrong if def contains float default value

2013-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3236709650b0 by Terry Jan Reedy in branch '2.7': Issue #18539: Calltips now work for float default arguments. http://hg.python.org/cpython/rev/3236709650b0 -- nosy: +python-dev ___ Python tracker