[Zope3-checkins] SVN: Zope3/trunk/src/zope/security/proxy.py Merged from ZopeX3-3.0 branch:

Jim Fulton jim at zope.com
Fri Aug 13 16:17:51 EDT 2004


Log message for revision 27129:
  Merged from ZopeX3-3.0 branch:
  
    r27105 | jim | 2004-08-13 11:29:24 -0400 (Fri, 13 Aug 2004) | 3 lines
  
  Added a new method, removeSecurityProxy, which should, eventually
  replace both removeAllProxies and trustedRemoveSecurityProxy.
  


Changed:
  U   Zope3/trunk/src/zope/security/proxy.py


-=-
Modified: Zope3/trunk/src/zope/security/proxy.py
===================================================================
--- Zope3/trunk/src/zope/security/proxy.py	2004-08-13 20:12:52 UTC (rev 27128)
+++ Zope3/trunk/src/zope/security/proxy.py	2004-08-13 20:17:50 UTC (rev 27129)
@@ -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