E&S CVS Commit: PEAK - There is now an interface for "Active Descriptors":

pje at eby-sarna.com pje at eby-sarna.com
Thu Jun 19 16:45:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Thu Jun 19 20:53:21 UTC 2003

Modified Files:
	PEAK: CHANGES.txt TODO.txt
	PEAK/src/peak/binding: interfaces.py once.py
	PEAK/src/peak/model: features.py interfaces.py method_exporter.py

Log Message:
There is now an interface for "Active Descriptors":
'binding.IActiveDescriptor'.  'peak.binding' now uses this interface to
identify active descriptors, so you can now create your own.  (Previously,
'peak.binding' used 'isinstance()' to detect active descriptors.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.52&r2=1.53
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.66&r2=1.67
http://cvs.eby-sarna.com/PEAK/src/peak/binding/interfaces.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.55&r2=1.56
http://cvs.eby-sarna.com/PEAK/src/peak/model/features.py.diff?r1=1.20&r2=1.21
http://cvs.eby-sarna.com/PEAK/src/peak/model/interfaces.py.diff?r1=1.23&r2=1.24
http://cvs.eby-sarna.com/PEAK/src/peak/model/method_exporter.py.diff?r1=1.11&r2=1.12

To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 PEAK/CHANGES.txt
cvs rdiff -r1.66 -r1.67 PEAK/TODO.txt
cvs rdiff -r1.14 -r1.15 PEAK/src/peak/binding/interfaces.py
cvs rdiff -r1.55 -r1.56 PEAK/src/peak/binding/once.py
cvs rdiff -r1.20 -r1.21 PEAK/src/peak/model/features.py
cvs rdiff -r1.23 -r1.24 PEAK/src/peak/model/interfaces.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/model/method_exporter.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