solved this:
def Backspace():
st = e.index(INSERT)
e.delete(st-1,st)
--
http://mail.python.org/mailman/listinfo/python-list
solved this:
def Backspace():
st = e.index(INSERT)
e.delete(st-1,st)
--
http://mail.python.org/mailman/listinfo/python-list