29 Aug
2001
29 Aug
'01
8:59 p.m.
Itai Tavor writes:
I got the following class:
from AccessControl import ClassSecurityInfo from Products.ZPatterns.Specialists import Specialist import Globals
class MyClass(Specialist):
security = ClassSecurityInfo()
security.declarePrivate('test') def test(self): return 'test'
Globals.InitializeClass(MyClass) At least, this is not the normal behaviour.
I have been unable to reproduce this (Zope 2.4CVS). Dieter