[issue5062] Rlcompleter.Completer does not use __dir__ magic method

Gabriel Genellina report at bugs.python.org
Tue Jan 27 07:09:06 CET 2009


Gabriel Genellina <gagsl-py2 at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5062>
_______________________________________


More information about the Python-bugs-list mailing list