[Zope] What is "default__class_init__"?

Peter Bengtsson mail@peterbe.com
Thu, 28 Feb 2002 17:51:52 +0100


Can anybody tell me what you use "default__class_init__" from Globals for?
I've seen it used many times in python products but never really understood its use.

Is it used in conjunction with setting the "__ac_permissions__" property?
If so, using the more modern "AccessControl.ClassSecurityInfo()", is there no need for "default__class_init__" anymore?

Curious, Peter