[Zope3-dev] package schema

E. Frerich e.frerich at nord-com.net
Thu Jan 20 12:13:23 EST 2005


Hi,

in _bootstrapfields.py we have

"class Container(Field):" (line 184)

and

"class Iterable(Container):" (line 196)

Then we have in line 404 of _fields.py

"class Dict(MinMaxLen, Iterable, Field):"

Should 'Field' be deleted because it is inherited from Iterable - Container?

And from AbstractCollection (line 313)?

Regards,

Egon


More information about the Zope3-dev mailing list