Re: [PyCrust] FW: underscore kills command completion
Brought to you by:
pobrien
|
From: Neil H. <ne...@sc...> - 2002-02-06 20:08:20
|
Patrick:
> That solves one problem, but creates another. Apply the change and then
run
> PyCrust and type:
>
> ...
>
> >>> ''._ (fails)
> >>> []._ (succeeds on most, but fails to match on >>> [].__d)
> >>> {}._ (succeeds, sort of, but fails to match on >>> {}.__cmp)
>
> Something is still broken in the search routine.
Yes, there is a bug here so I will look into it.
> Any chance a linear search
> would be good enough for what is usually a fairly reasonable sized list?
Some people have *megabytes* in autocompletion lists. There was even a
patch submitted to process them on a separate thread because they were too
slow.
Neil
|