On Tue, Jun 04, 2002 at 01:01:14PM +0200, Shagshag13 wrote: > Is is possible to write a method in an object subclassing from list and which "frees" it ? You could 'del self[:]' (slice deletion) to remove all the entries from self. Jeff