Carl Johnson wrote: > As I see it, there are two ways to fix the problem: Change the > documentation or change rlcompleter.Complete. I think the latter option > is preferable (although it might have to wait for Python 2.7/3.1), but I > thought I would ask other people if I'm missing something and if not > which fix is preferred. If other people agree that it's a bug, I'll file > it.
It needs to go on the tracker regardless of whether the problem is in the documentation or in the implementation, so file away. Given that rlcompleter already evaluates the expression preceding the last "." when asked to perform a completion, you're probably right that actually invoking dir() on the result as the documentation claims is the way to go. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia --------------------------------------------------------------- _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com