+ #lst = []
+ #for x in range(50000):
+ # lst.append('%05d' % x)
+ #st = string.join(lst)
+ #print len(st)
+ #self.AutoCompShow(0, st)
+ self.AutoCompSetIgnoreCase(true)
+ self.AutoCompShow(0, string.join(keyword.kwlist))
+ self.AutoCompSelect('br')
+ else:
+ event.Skip()