E&S CVS Commit: PEAK - Added 'config.XMLKey()', an 'IConfigKey' type that can be used to register
pje at eby-sarna.com
pje at eby-sarna.com
Fri Oct 15 22:42:00 EDT 2004
Module Name: PEAK
Committed By: pje
Date: Sat Oct 16 02:41:46 UTC 2004
Modified Files:
PEAK: CHANGES.txt
PEAK/src/peak: peak.ini
PEAK/src/peak/config: config_components.py ini_files.py
PEAK/src/peak/config/tests: test_keys.py
Log Message:
Added 'config.XMLKey()', an 'IConfigKey' type that can be used to register
configuration values for XML attribute and element names under specified
XML namespace URI's. Also, there are now '[XML Attributes for nsuri]' and
'[XML Elements for nsuri]' section types available for use in .ini files.
(Replace 'nsuri' with the appropriate XML namespace URI, or use '*' for a
wildcard.)
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.153&r2=1.154
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.150&r2=1.151
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.84&r2=1.85
http://cvs.eby-sarna.com/PEAK/src/peak/config/ini_files.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/config/tests/test_keys.py.diff?r1=1.6&r2=1.7
To generate a diff of this commit:
cvs rdiff -r1.153 -r1.154 PEAK/CHANGES.txt
cvs rdiff -r1.150 -r1.151 PEAK/src/peak/peak.ini
cvs rdiff -r1.84 -r1.85 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/config/ini_files.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/config/tests/test_keys.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