[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/zope - securityPolicy.stx:1.3
R. David Murray
bitz@bitdance.com
Fri, 30 Aug 2002 15:17:29 -0400
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/zope
In directory cvs.zope.org:/tmp/cvs-serv12380
Modified Files:
securityPolicy.stx
Log Message:
Note that factory may be a list of callables.
http://collector.zope.org/Zope3-dev/9/
=== Zope3/doc/zcml/namespaces.zope.org/zope/securityPolicy.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/zope/securityPolicy.stx:1.2 Mon Jun 10 19:27:38 2002
+++ Zope3/doc/zcml/namespaces.zope.org/zope/securityPolicy.stx Fri Aug 30 15:17:28 2002
@@ -12,7 +12,7 @@
* component, the component that implements the security policy
- * factory, a callable that returns a security policy
+ * factory, a callable or list of callables that returns a security policy
The security policy component should implement the interface