Autocompletion does not work correctly for built-in modules
Brought to you by:
fabioz
Autocompletion for many standard library functions does not work. For example, code completion does not see partial (from functools) or asctime (from time).
If I type "parti" and press ctrl+space, I would expect functools.partial to be in the list that appears.
Bug 3195405 seems to be related to this.
This *really* should get fixed. It's a constant PITA, not being able to rely on autocompletion to do the right thing.