On 26 Oct 2005 07:31:00 -0700, "jas" <[EMAIL PROTECTED]> wrote:
>Hi,
> I just started to use DrPython and I have installed the
>CodeCompletion plugin. I am using DrPython 161 (on windows) with
>wxPython 2.6.1. Anyhow, when I try something like
>
>x = []
>x.
>
>...it pops up "x.filename", "x.pre
Hi,
I just started to use DrPython and I have installed the
CodeCompletion plugin. I am using DrPython 161 (on windows) with
wxPython 2.6.1. Anyhow, when I try something like
x = []
x.
...it pops up "x.filename", "x.prepend" and "x.word". Shouldn't it
show "x.append", "x.pop", etc?
Just cur