E&S CVS Commit: PEAK - Replace type() checks with isinstance() checks; this will be important

pje at eby-sarna.com pje at eby-sarna.com
Wed Apr 23 15:37:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Wed Apr 23 19:36:31 UTC 2003

Modified Files:
	PEAK/src/peak/running: logs.py
	PEAK/src/peak/util: Code.py uuid.py

Log Message:
Replace type() checks with isinstance() checks; this will be important
for compatibility with our use of 'zope.security' going forward.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/running/logs.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/PEAK/src/peak/util/Code.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/util/uuid.py.diff?r1=1.10&r2=1.11

To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 PEAK/src/peak/running/logs.py
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/util/Code.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/util/uuid.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list