[Zope-Checkins] CVS: Zope2 - Owned.py:1.3

Jim Fulton jim@digicool.com
Mon, 15 May 2000 12:44:00 -0400


Update of /cvs-repository/Zope2/lib/python/AccessControl
In directory korak.digicool.com:/projects/users/jim/Zope2/lib/python/AccessControl

Modified Files:
	Owned.py 
Log Message:
Added a new protocol for overriding the "super cannot create" rule.
An object (typically a class) can define a __creatable_by_super__
method that returns a true object if the object can be created by
the superuser. This was needed so that user folders (BasicUserFolder)
could make themselves addable by super for bootstrapping purposes.