skanemupp Sat, 12 Apr 2008 09:01:30 -0700
solved this:
def Backspace(): st = e.index(INSERT) e.delete(st-1,st) -- http://mail.python.org/mailman/listinfo/python-list