[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 <http://bugs.python.org/issue18539> ___ ___ Pytho

[issue18539] Arguments tooltip wrong if def contains fractional default value

2013-07-24 Thread ariel brunner
New submission from ariel brunner: When defining a function with factional default arguments, the text replaces the correct values in the tooltip. Here's an example - >>> def f(a=0.5): pass >>> f( tooltip shows - "(a=0)", i.e. replaces the ".

[issue18539] Arguments tooltip wrong if def contains fractional default value

2013-07-24 Thread ariel brunner
Changes by ariel brunner : -- versions: -Python 2.6 ___ Python tracker <http://bugs.python.org/issue18539> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue791968] Arguments tooltip wrong if def contains tuple

2013-07-24 Thread ariel brunner
ariel brunner added the comment: I will, sorry. I thought it's possible reopen an issue. Since all the relevant information is already contained here, and since the problem is with the fix to the issue, I figured it's best to reope

[issue791968] Arguments tooltip wrong if def contains tuple

2013-07-23 Thread ariel brunner
ariel brunner added the comment: It seems like the solution has caused a different issue: now, when defining a function with factional default arguments, the text replaces the correct values in the tooltip. Here's an example - >>> def f(a=0.5): pass >>> f(