[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/checker.py Merged from trunk 25907:

Jim Fulton jim at zope.com
Fri Jul 2 15:28:16 EDT 2004


Log message for revision 26056:
Merged from trunk 25907:
Added a warning that tracing security will be done differently in the
future.



-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/security/checker.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/security/checker.py	2004-07-02 19:27:18 UTC (rev 26055)
+++ Zope3/branches/ZopeX3-3.0/src/zope/security/checker.py	2004-07-02 19:28:16 UTC (rev 26056)
@@ -20,6 +20,9 @@
 forbidden attribute access.  Setting it to a larger number will also display
 messages about granted attribute access.
 
+Note that the ZOPE_WATCH_CHECKERS mechanism will eventually be
+replaces with a more general ecurity auditing mechanism.
+
 $Id$
 """
 import os



More information about the Zope3-Checkins mailing list