Bug 276460 - Incorrect signatures in code browser tooltips for built-in functions
Summary: Incorrect signatures in code browser tooltips for built-in functions
Status: RESOLVED FIXED
Alias: None
Product: kdev-python
Classification: Developer tools
Component: general (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: 1.2.0
Assignee: Sven Brauch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-25 12:14 UTC by Eike Hein
Modified: 2011-06-29 18:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Hein 2011-06-25 12:14:45 UTC
Given a file with the following contents:

all

... the code browser tooltip will show the following signature:

bool all( mixed self, mixed iterable )

... which is wrong :-). For reference, the help(all) output in Python 2.7 and 3.2:

all(...)
    all(iterable) -> bool

The same is true for other built-in functions like 'any'.
Comment 1 Sven Brauch 2011-06-29 18:33:54 UTC
Git commit 3dd1e9c778992f9e36d6701b8c37e2936803ecb6 by Sven Brauch.
Committed on 29/06/2011 at 20:34.
Pushed by brauch into branch 'master'.

fix builtin function signature

BUG:276460

M  +71   -71   documentation_files/builtindocumentation.py     

http://commits.kde.org/kdev-python/3dd1e9c778992f9e36d6701b8c37e2936803ecb6