E&S CVS Commit: PEAK - Added basic property-related APIs -- they should work fine except that
pje at eby-sarna.com
pje at eby-sarna.com
Fri Oct 4 19:16:00 EDT 2002
Module Name: PEAK
Committed By: pje
Date: Fri Oct 4 23:15:16 UTC 2002
Modified Files:
PEAK/src/peak/config: api.py interfaces.py
Added Files:
PEAK/src/peak/config: api_impl.py
Log Message:
Added basic property-related APIs -- they should work fine except that
they'll never find any IPropertyMap utilities to use! :) (IPropertyMap
implementations are up next...) I also moved the config API implementation
out of the 'api' module and into a separate 'api_impl' module to avoid
crowding the 'api' module with details, plus I cleaned up the code a little
and added a few docstrings.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/config/api.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/config/api_impl.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/config/interfaces.py.diff?r1=1.1&r2=1.2
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/config/api.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/config/api_impl.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/config/interfaces.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