[Checkins] SVN: zope.locking/trunk/src/zope/locking/README.txt
	Update docs for accuracy/completeness
    Gary Poster 
    gary at zope.com
       
    Mon May 22 16:22:59 EDT 2006
    
    
  
Log message for revision 68246:
  Update docs for accuracy/completeness
  
Changed:
  U   zope.locking/trunk/src/zope/locking/README.txt
-=-
Modified: zope.locking/trunk/src/zope/locking/README.txt
===================================================================
--- zope.locking/trunk/src/zope/locking/README.txt	2006-05-22 19:52:00 UTC (rev 68245)
+++ zope.locking/trunk/src/zope/locking/README.txt	2006-05-22 20:22:58 UTC (rev 68246)
@@ -1071,9 +1071,10 @@
 instance--should be protected with an administrator-type permission such as
 'zope.Security'.  Setting the timeout properties on the token should be
 protected in the same way.  Setting the handlers attributes can have a less
-restrictive setting, since they
+restrictive setting, since they calculate security themselves on the basis of
+lock membership.
 
-On the adapter, the `breaklock` method should be protected with the same or
+On the adapter, the `end` method should be protected with the same or
 similar permission.  Calling methods such as lock and lockShared should be
 protected with something like 'zope.ManageContent'.  Getting attributes should
 be 'zope.View' or 'zope.Public', and unlocking and setting the timeouts, since
    
    
More information about the Checkins
mailing list