E&S CVS Commit: PEAK - A list or tuple of 'IComponentKey' instances is now treated as a single

pje at eby-sarna.com pje at eby-sarna.com
Tue Sep 9 19:47:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Tue Sep  9 23:46:28 UTC 2003

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak/binding: components.py

Log Message:
A list or tuple of 'IComponentKey' instances is now treated as a single
component key, that returns a tuple of the values returned by each
constituent component key.  This means that 'binding.bindTo()' and
'lookupComponent()' can now accept a list or tuple of component keys.  This
makes 'bindSequence()' obsolete, so 'bindSequence()' is now DEPRECATED.
'binding.bindSequence(key1,key2,...)' can now be replaced with
'binding.bindTo([key1,key,...])', and will produce the same results.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.81&r2=1.82
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.125&r2=1.126

To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 PEAK/CHANGES.txt
cvs rdiff -r1.125 -r1.126 PEAK/src/peak/binding/components.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