Zope Subversion Repository

  Zope

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

Diff for /Zope3/trunk/src/zope/security/checker.py between version 10633 and 10636

version 10633, Sun Jun 22 20:40:11 2003 UTC version 10636, Mon Jun 23 00:03:58 2003 UTC
Line 12 
Line 12 
 #  #
 ##############################################################################  ##############################################################################
 """  """
 $Id: checker.py,v 1.35 2003/06/22 20:40:11 jeremy Exp $  $Id: checker.py,v 1.36 2003/06/23 00:03:57 jim 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 168 
Line 168 
         elif name in _always_available:          elif name in _always_available:
             return              return
   
           if name != '__iter__' or hasattr(object, name):
         __traceback_supplement__ = (TracebackSupplement, object)          __traceback_supplement__ = (TracebackSupplement, object)
         raise ForbiddenAttribute, name          raise ForbiddenAttribute, name
   


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

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help