This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ariel_bruner
Recipients ariel_bruner, kbk, tzot
Date 2013-07-23.12:38:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374583093.28.0.323847460688.issue791968@psf.upfronthosting.co.za>
In-reply-to
Content
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>.
History
Date User Action Args
2013-07-23 12:38:13ariel_brunersetrecipients: + ariel_bruner, kbk, tzot
2013-07-23 12:38:13ariel_brunersetmessageid: <1374583093.28.0.323847460688.issue791968@psf.upfronthosting.co.za>
2013-07-23 12:38:13ariel_brunerlinkissue791968 messages
2013-07-23 12:38:13ariel_brunercreate