E&S CVS Commit: PEAK - Refactored bindings to support 'provides=' keyword argument: an interface
pje at eby-sarna.com
pje at eby-sarna.com
Sat Jul 13 17:03:00 EDT 2002
Module Name: PEAK
Committed By: pje
Date: Sat Jul 13 21:02:40 UTC 2002
Modified Files:
PEAK/src/peak/binding: components.py once.py
PEAK/src/peak/running/config: config_components.py
Log Message:
Refactored bindings to support 'provides=' keyword argument: an interface
(or nested tuple thereof) specifying what interface(s) that attribute
should be considered a utility for. Also fixed Once and its derivatives,
plus all component lookup algorithms, to use a single recursion guard
value: peak.api.NOT_FOUND. None of the new functionality has been tested,
although all the old tests still pass.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.28&r2=1.29
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/running/config/config_components.py.diff?r1=1.1&r2=1.2
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 PEAK/src/peak/binding/components.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/binding/once.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/running/config/config_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