[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/security - __init__.py:1.11.22.2

Chris McDonough chrism at plope.com
Wed Jan 14 01:38:51 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/interfaces/security
In directory cvs.zope.org:/tmp/cvs-serv31942/src/zope/app/interfaces/security

Modified Files:
      Tag: steveachrismcd-securitypolicy-branch
	__init__.py 
Log Message:
Tease out some of the last bits of the role machinery from the zope/app and zope/security packages.  What remains: translation files and some various page templates.


=== Zope3/src/zope/app/interfaces/security/__init__.py 1.11.22.1 => 1.11.22.2 ===
--- Zope3/src/zope/app/interfaces/security/__init__.py:1.11.22.1	Wed Jan 14 01:06:47 2004
+++ Zope3/src/zope/app/interfaces/security/__init__.py	Wed Jan 14 01:38:20 2004
@@ -40,8 +40,7 @@
         """Return a label for the principal
 
         The label will be used in interfaces to allow users to make
-        security assertions (e.g. role or permission
-        assignments) about principals.
+        security assertions about principals.
         """
 
     def getDescription():




More information about the Zope3-Checkins mailing list