>>     hold = self.next
>>     self.next = DaClass(value)
>>     self.next.next = hold
> shouldn't that last line be this?
>       self.next.prev = hold

single threaded list

> What did you expect, and what did you ovserve?

i will try to distill a case

randy

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to