[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/proxy.py
Added a new method, removeSecurityProxy, which should, eventually
Jim Fulton
jim at zope.com
Fri Aug 13 11:29:24 EDT 2004
Log message for revision 27105:
Added a new method, removeSecurityProxy, which should, eventually
replace both removeAllProxies and trustedRemoveSecurityProxy.
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/security/proxy.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/security/proxy.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/security/proxy.py 2004-08-13 15:27:00 UTC (rev 27104)
+++ Zope3/branches/ZopeX3-3.0/src/zope/security/proxy.py 2004-08-13 15:29:24 UTC (rev 27105)
@@ -21,6 +21,7 @@
from zope.security.checker import TrustedCheckerBase
getProxiedObject = getObject
+removeSecurityProxy = getObject
# This import represents part of the API for this module
from zope.security.checker import ProxyFactory
More information about the Zope3-Checkins
mailing list