Paul Winkler wrote at 2003-9-2 17:49 -0400: > ... > It's not obj.__dict__ that's the problem, it's obj.items() which is called > a few lines later in checkbtrees.py. Unless you do the > obj = obj.aq_base trick, you can get the items() method of the container. I believe this immediately... Its normal acquisition behaviour. Dieter