rlcompleter not calling __getattr__ on [ ]

holger krekel pyth at devel.trillke.net
Tue Apr 23 02:57:10 EDT 2002


On Tue, Apr 23, 2002 at 12:13:30AM -0600, Fernando P?rez wrote:
> holger krekel wrote:
> 
> > great. but i guess we should try to come up with a solution that
> > allows
> > 
> >   a=[[].<tab>
> > 
> > and similar cases to work. Also
> > 
> >   a=().<tab>
> > 
> > should be allowed, too. I'll check that tommorow. Additionally
> > i want to see if it is possible to


> Currently ipython seems to do these just fine, after removing the following 
> from the delimiters:
> 
> readline_remove_delims -/'"[]{}()

does 

  b=[]
  a=a-b.<tab>

work then? And 

  [[].<tab> 
  

really works, too?

	holger





More information about the Python-list mailing list