ariel brunner added the comment:
Superb, and thanks for doing the actual work on fixing it.
--
___
Python tracker
<http://bugs.python.org/issue18539>
___
___
Pytho
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 ".
Changes by ariel brunner :
--
versions: -Python 2.6
___
Python tracker
<http://bugs.python.org/issue18539>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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(