E&S CVS Commit: PEAK - Made lookupComponent() match all the other lookup signatures. Made the

pje at eby-sarna.com pje at eby-sarna.com
Sun Oct 13 18:10:00 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Sun Oct 13 22:09:21 UTC 2002

Modified Files:
	PEAK/src/peak/binding: api.py components.py
	PEAK/src/peak/naming: contexts.py
	PEAK/src/peak/storage: caches.py
Added Files:
	PEAK/src/peak/binding: interfaces.py

Log Message:
Made lookupComponent() match all the other lookup signatures.  Made the
__init__(self, parent=None, **kwattrs) signature the default constructor
for all bindable classes, since it has been working out to be a convenient
idiom.  Added a binding.interfaces module with IBindingSPI and IBindingAPI
interfaces to document what's required by the framework, and provided by
the framework, respectively.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/api.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.49&r2=1.50
http://cvs.eby-sarna.com/PEAK/src/peak/binding/interfaces.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/naming/contexts.py.diff?r1=1.20&r2=1.21
http://cvs.eby-sarna.com/PEAK/src/peak/storage/caches.py.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/binding/api.py
cvs rdiff -r1.49 -r1.50 PEAK/src/peak/binding/components.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/binding/interfaces.py
cvs rdiff -r1.20 -r1.21 PEAK/src/peak/naming/contexts.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/storage/caches.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