[Zope] Object retrieval syntax

Michael Long mlong at datalong.com
Mon Aug 18 13:15:54 EDT 2003


Hi,

I noticed that if an object's id begins with a numeric character then
the syntax to retrieve the object must be *container['1']* otherwise the
syntax to retrive the item may be either *container['myID']* or
*container.myID*. Why is this?

Thanks,
Mike



More information about the Zope mailing list