Menu

#1236 Help tip not showing in the console for builtin functions

open
nobody
None
5
2010-10-16
2010-10-16
memeplex
No

More precisely, for functions in the builtin module. For example: max or sorted.

But strange enough, if I first do s = sorted, then the help tip appears for s (but still not for sorted).

This was tested with 1.6.2 and 1.6.3.

Discussion