[Zope-dev] oh boy [id,getId() madness]

Chris McDonough chrism@zope.com
11 Jun 2003 16:05:03 -0400


On Wed, 2003-06-11 at 14:13, Romain Slootmaekers wrote:
> 
> The questions are:
>    - has anyone else experienced this ?

Yes...

>    - what could be causing this ?

Assigning an object a different id than that passed to its constructor,
e.g.:

object = anobject(id='id')
folder._setObject('anotherid', object)