Fredrik Lundh writes: > a simple way to avoid this problem is to change global_matches > in rlcompleter.py so that it doesn't return this name. I suggest > changing: I've made the change in both global_matches() and attr_matches(); we don't want to see it as a module attribute any more than as a global. -Fred -- Fred L. Drake, Jr. <fdrake at acm.org>