Re: [Zope-dev] Bug in Traversable.py

2007-03-28 Thread Lennart Regebro
On 3/23/07, Roché Compaan <[EMAIL PROTECTED]> wrote: Thus, often string attributes will fail with this check. I don't understand how you reach that conclusion. In my opinion the code should read: if not ok: if (container is not None

Re: [Zope-dev] Bug in Traversable.py

2007-03-28 Thread Stefan H. Holek
Please file a bug, mailing list traffic tends to get lost. Thanks, Stefan On 23. Mär 2007, at 11:12, Roché Compaan wrote: Looks like there is a bug in Zope 2.10.2 with OFS/Traversable.py on line 228: if not ok: if (container is no

[Zope-dev] Bug in Traversable.py

2007-03-23 Thread Roché Compaan
Looks like there is a bug in Zope 2.10.2 with OFS/Traversable.py on line 228: if not ok: if (container is not None or guarded_getattr(obj, name, _marker) is not n