[issue3396] rlcompleter can't autocomplete members of callable objects

Antoine Pitrou report at bugs.python.org
Mon Jul 21 15:11:48 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Selon Facundo Batista <report at bugs.python.org>:
>
> Then I wrote "int". Then I pressed TAB. Nothing happened. I pressed TAB
> again, and the following appeared:
>
> >>> int
> int(     intern(

This is not the point. The problem is when you type "int.", then press TAB twice
and it doesn't show the list of int members.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3396>
_______________________________________


More information about the Python-bugs-list mailing list