[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/security/settings.py note the preferred import source for the constants defined here

Fred L. Drake, Jr. fdrake at gmail.com
Tue Sep 19 12:41:02 EDT 2006


Log message for revision 70229:
  note the preferred import source for the constants defined here

Changed:
  U   Zope3/trunk/src/zope/app/security/settings.py

-=-
Modified: Zope3/trunk/src/zope/app/security/settings.py
===================================================================
--- Zope3/trunk/src/zope/app/security/settings.py	2006-09-19 16:31:47 UTC (rev 70228)
+++ Zope3/trunk/src/zope/app/security/settings.py	2006-09-19 16:41:01 UTC (rev 70229)
@@ -11,11 +11,20 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Security setting constants
+"""Security setting constants.
 
+The `Allow`, `Deny`, and `Unset` constants are exposed by the
+`zope.app.securitypolicy.interfaces` module, and should be imported
+from there.
+
 $Id$
 """
 
+# The location of this module within the package hierarchy is an
+# accident of implementation.  This may change; see the issue:
+# http://www.zope.org/Collectors/Zope3-dev/712
+
+
 class PermissionSetting(object):
     """PermissionSettings should be considered as immutable.
     They can be compared by identity. They are identified by



More information about the Zope3-Checkins mailing list