[Zope-DB] mxDateTime result

Dieter Maurer dieter@handshake.de
Thu, 31 Oct 2002 21:14:45 +0100


M.-A. Lemburg writes:
 > > Does that mean that the mxDateTime C module must be modified to state 
 > > Zope security assertions ?
 > 
 > That's for Andreas to answer :-)
 > 
 > If there's an easy way to do this, I could add something along these
 > lines to mxDateTime 2.1.0.
You add two attributes to your objects:

    __allow_access_to_unprotected_subobjects__=1

and

    __roles__= None

These make the objects public.


Dieter