[Zope3-checkins] SVN: Zope3/trunk/src/zope/security/checker.py Added a warning that tracing security will be done differently in the

Jim Fulton cvs-admin at zope.org
Fri Jun 18 12:06:55 EDT 2004


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



-=-
Modified: Zope3/trunk/src/zope/security/checker.py
===================================================================
--- Zope3/trunk/src/zope/security/checker.py	2004-06-18 15:40:05 UTC (rev 25906)
+++ Zope3/trunk/src/zope/security/checker.py	2004-06-18 16:02:27 UTC (rev 25907)
@@ -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