[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 ".5" with . This was found to happen on IDL

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai