[Checkins] SVN: zope.app.security/trunk/src/zope/app/security/_protections.zcml update zcml to allow Persistent{List, Dict} comparison

Alex Chapman achapman at zope.com
Thu Sep 10 13:44:15 EDT 2009


Log message for revision 103712:
  update zcml to allow Persistent{List,Dict} comparison

Changed:
  U   zope.app.security/trunk/src/zope/app/security/_protections.zcml

-=-
Modified: zope.app.security/trunk/src/zope/app/security/_protections.zcml
===================================================================
--- zope.app.security/trunk/src/zope/app/security/_protections.zcml	2009-09-10 14:50:16 UTC (rev 103711)
+++ zope.app.security/trunk/src/zope/app/security/_protections.zcml	2009-09-10 17:44:15 UTC (rev 103712)
@@ -112,12 +112,12 @@
 
 <class class="persistent.list.PersistentList">
    <allow attributes="__getitem__ __getslice__ __len__ __iter__
-                      __contains__ index count" /> 
+                      __contains__ index count data" /> 
 </class>
 <class class="persistent.dict.PersistentDict">
    <allow attributes="__getitem__ __len__ __iter__ get has_key
                       __copy__ keys values items iterkeys iteritems
-                      itervalues __contains__" /> 
+                      itervalues __contains__ data" /> 
 </class>
 
 <!-- ===================================================================== -->



More information about the checkins mailing list