On Sat, 9 Apr 2005, Fredrik Lundh wrote:
> Ka-Ping wrote:
> > counter = Counter()
> > readonly_facet = facet(counter, ['value'])
> >
> > If i've done this correctly, it should be impossible to alter the
> > contents of the list or the counter, given only the immutable_facet
> > or the reado
Ka-Ping wrote:
> counter = Counter()
> readonly_facet = facet(counter, ['value'])
>
> If i've done this correctly, it should be impossible to alter the
> contents of the list or the counter, given only the immutable_facet
> or the readonly_facet, after restrict() has been called.
I'm prob
"Eyal Lotem" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I would like to experiment with security based on Python references as
> security capabilities.
I am pretty sure that there was a prolonged discussion on Python, security,
and capability on this list a year or two ago. P