Zope Subversion Repository

  Zope

Zope: Zope3/trunk/src/zope/security/checker.py

Diff for /Zope3/trunk/src/zope/security/checker.py between version 11785 and 11857

version 11785, Fri Oct 3 20:37:51 2003 UTC version 11857, Wed Nov 5 03:08:27 2003 UTC
Line 12 
Line 12 
 #  #
 ##############################################################################  ##############################################################################
 """  """
 $Id: checker.py,v 1.40 2003/10/03 20:37:51 sidnei Exp $  $Id: checker.py,v 1.41 2003/11/05 03:08:10 jeremy Exp $
   
 You can set the environment variable ZOPE_WATCH_CHECKERS to get additional  You can set the environment variable ZOPE_WATCH_CHECKERS to get additional
 security checker debugging output on the standard error.  security checker debugging output on the standard error.
Line 21 
Line 21 
 forbidden attribute access.  Setting it to a larger number will also display  forbidden attribute access.  Setting it to a larger number will also display
 messages about granted attribute access.  messages about granted attribute access.
 """  """
 from __future__ import generators  
   
 import os  import os
 import sys  import sys
 import types  import types


Generate output suitable for use with a patch program
Legend:
Removed from v.11785  
changed lines
  Added in v.11857

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help