Hi, l=[] print type(l.__delattr__) # --> <type 'method-wrapper'> I didn't find a corresponding type in the modules "types". Is it missing or am I blind? (Python 2.3.3) -- Thomas Güttler, http://www.thomas-guettler.de/