[ZODB-Dev] ZEO pack

Chris Withers chrisw@nipltd.com
Thu, 27 Sep 2001 15:36:00 +0100


> >How would one go about doing that?

> How do you create a recursive object?

> >>> a=[]
> >>> a.append(a)
> >>> a
> [[...]]

...and how would one go about doing that TTW?

Chris