[Zope-Checkins] CVS: Zope3/lib/python/Zope/Security - ISecurityProxyFactory.py:1.1.2.2
Jim Fulton
jim@zope.com
Mon, 22 Apr 2002 18:43:10 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Security
In directory cvs.zope.org:/tmp/cvs-serv4143
Modified Files:
Tag: SecurityProxy-branch
ISecurityProxyFactory.py
Log Message:
Added a note that the factory returns the original object if it is
already a security proxy.
=== Zope3/lib/python/Zope/Security/ISecurityProxyFactory.py 1.1.2.1 => 1.1.2.2 ===
If a checker is given, then use it, otherwise, try to figure
out a checker.
+
+ If the object is already a security proxy, then it will be
+ returned.
"""