Gabriel Genellina <gagsl-...@yahoo.com.ar> added the comment:

This is what rlcompleter does; it uses dir() to find out what names to 
return.
Or do you mean that it should not iterate along __bases__ because this 
has already been done by dir()?

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5062>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to