Zope Subversion Repository

  Zope

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

Diff for /zope.security/trunk/src/zope/security/checker.py between version 99070 and 99090

version 99070, Fri Apr 10 09:35:06 2009 UTC version 99090, Fri Apr 10 15:05:02 2009 UTC
Line 624 
Line 624 
     type(pytz.UTC): NoProxy,      type(pytz.UTC): NoProxy,
 })  })
   
 try:  
     # NOTE: remove try/except when we depend on python2.5 and up. uuid in standard library from python 2.5.  
     from uuid import UUID  
     BasicTypes[UUID] = NoProxy  
 except ImportError:  
     pass  
   
 # Available for tests. Located here so it can be kept in sync with BasicTypes.  # Available for tests. Located here so it can be kept in sync with BasicTypes.
 BasicTypes_examples = {  BasicTypes_examples = {
     object: object(),      object: object(),


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

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help