[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.txt
Fixed some wording.
Jim Fulton
jim at zope.com
Tue Jan 11 14:18:03 EST 2005
Log message for revision 28782:
Fixed some wording.
Changed:
U Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.txt
-=-
Modified: Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.txt
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.txt 2005-01-11 19:10:01 UTC (rev 28781)
+++ Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.txt 2005-01-11 19:18:03 UTC (rev 28782)
@@ -75,7 +75,7 @@
>>> interaction.checkPermission('P1', ob)
False
-But CheckerPublic permission id always have a permission:
+Note, however, that we always have the CheckerPublic permission:
>>> from zope.security.checker import CheckerPublic
>>> interaction.checkPermission(CheckerPublic, ob)
More information about the Zope3-Checkins
mailing list