E&S CVS Commit: PEAK - Added config package, and integrated it into binding.Component's

pje at eby-sarna.com pje at eby-sarna.com
Sat Jul 13 16:18:01 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Sat Jul 13 20:17:17 UTC 2002

Modified Files:
	PEAK: setup.py
	PEAK/src/peak/api: __init__.py
	PEAK/src/peak/binding: components.py
	PEAK/src/peak/util: uuid.py
Added Files:
	PEAK/src/peak/running: __init__.py
	PEAK/src/peak/running/config: __init__.py api.py config_components.py

Log Message:
Added config package, and integrated it into binding.Component's
acquireUtility() method.  Note that the config API signatures ended up
slightly different than in the implementation plan posted to the mailing
list; notably, it didn't make sense to have 'forRoot' as an optional
parameter, since *every* root needs its own local configuration, unless you
manually set the same one for a bunch of them.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/setup.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PEAK/src/peak/api/__init__.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.27&r2=1.28
http://cvs.eby-sarna.com/PEAK/src/peak/running/__init__.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/running/config/__init__.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/running/config/api.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/running/config/config_components.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/util/uuid.py.diff?r1=1.4&r2=1.5

To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 PEAK/setup.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/api/__init__.py
cvs rdiff -r1.27 -r1.28 PEAK/src/peak/binding/components.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/running/__init__.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/running/config/__init__.py \
    PEAK/src/peak/running/config/api.py \
    PEAK/src/peak/running/config/config_components.py
cvs rdiff -r1.4 -r1.5 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