[Zope3-dev] 'thread_local' AttributeError in zope.security.checker

2007-08-14 Thread Paul Carduner
Hello zope3-dev, I came across an error I have not seen before. Just for reference, here is the last snippet from the traceback: File "/home/pcardune/Work/ZContact/zcontact-lp/eggs/tmpgwuq6O/zope.security-3.4.0b4-py2.4-linux-i686.egg/zope/security/checker.py", line 420, in ? AttributeError: 'mo

Re[2]: [Zope3-dev] LocationProxy+None

2007-08-14 Thread Adam Groszer
Thank you Jeff for the clarification. Thought so that could be something like this, but was not so clear on spot. Tuesday, August 14, 2007, 4:15:48 PM, you wrote: JS> On 8/14/07, Adam Groszer <[EMAIL PROTECTED]> wrote: >> A strange thing happened today: >> >>> x = LocationProxy(None, "foo", "bar

Re: [Zope3-dev] LocationProxy+None

2007-08-14 Thread Jeff Shell
On 8/14/07, Adam Groszer <[EMAIL PROTECTED]> wrote: > A strange thing happened today: > >>> x = LocationProxy(None, "foo", "bar") > >>> x is None > False > >>> x == None > True > > Is this OK or I'm just missing something? You have to understand how Python's ``is`` differs from ``==``. An `is` che

[Zope3-dev] LocationProxy+None

2007-08-14 Thread Adam Groszer
Hello, A strange thing happened today: >>> x = LocationProxy(None, "foo", "bar") >>> x is None False >>> x == None True Is this OK or I'm just missing something? -- Best regards, Adam mailto:[EMAIL PROTECTED] ___ Zope3-dev m

Re: AW: [Zope3-dev] Retire zope.app.boston

2007-08-14 Thread Bernd Dorn
On 13.08.2007, at 13:15, Christian Theune wrote: Am Montag, den 13.08.2007, 12:14 +0200 schrieb Bernd Dorn: On 12.08.2007, at 22:55, Roger Ineichen wrote: Hi Christian Betreff: [Zope3-dev] Retire zope.app.boston Please. It's badly tested and I assume widely unused. I tried to fix a bug th