list insertion

Randy Bush randy at psg.com
Wed Aug 24 07:01:12 EDT 2005


>>     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




More information about the Python-list mailing list