[Python-Dev] Q: maybe rlcompleter shouldn't expose __builtins__?

Fred L. Drake, Jr. fdrake@acm.org
Wed, 31 May 2000 10:32:27 -0400 (EDT)


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>