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 curious if anyone else uses this and has this problem. Or maybe the code completion doesn't work like I expect. -- http://mail.python.org/mailman/listinfo/python-list