[issue791968] Arguments tooltip wrong if def contains tuple

2013-07-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: If someone pushes a patch and closes the issue and the buildbots break, reopening the issue is the appropriate response. Too much later and the pool of potentially interested people will have changed. Anyway, the new issue is #18539. -- nosy:

[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 reopen this one. --

[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 tuple text replaces the correct values in the tooltip. Here's an example - def f(a=0.5): pass f( tooltip shows -

[issue791968] Arguments tooltip wrong if def contains tuple

2013-07-23 Thread Ned Deily
Ned Deily added the comment: Ariel, if you think there is a problem, please open a new issue with all the pertinent information. This issue was closed long ago. -- nosy: +ned.deily ___ Python tracker rep...@bugs.python.org