19 Sep
2006
19 Sep
'06
5:51 p.m.
Christian Heimes wrote at 2006-9-19 16:02 +0200:
... * As far as I understand the security system Zope2's can't protect attributes and descriptors (properties) with security.declarePrivate('attributename').
Since Zope 2.8, this is no longer true. You can protect simple type attributes and descriptors in the same way as methods. -- Dieter