[Pythonmac-SIG] more tab completion issues.

Michael VanLandingham m.vanland at gmail.com
Fri Nov 2 02:44:20 CET 2007


Following along the whole rlcompleter/readline/editline thread, I noticed
today that when I do tab completion on a class, I get everything listed
twice.Happens in python and ipython.
Example:
>>> i = int(5)
>>> i
5
>>> i.__
Display all 121 possibilities? (y or n)
i.__abs__           i.__abs__           i.__add__           i.__add__

i.__and__           i.__and__           i.__class__         i.__class__
...etc.


I don't see duplicates if I do 'dir(i)'

Is anyone else seeing this behavior?  Any ideas why?  Something in the
rlcompleter or readline...  Seems to occur with any class.


-Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonmac-sig/attachments/20071101/e1acc8ce/attachment-0001.htm 


More information about the Pythonmac-SIG mailing list