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 - "(a=0<tuple>)", i.e. replaces the ".5" with <tuple>.

----------
nosy: +ariel_bruner

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue791968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to