E&S CVS Commit: PEAK - Added PropertyName.fromString() constructor, to be used when the source
pje at eby-sarna.com
pje at eby-sarna.com
Fri Aug 1 17:07:01 EDT 2003
Module Name: PEAK
Committed By: pje
Date: Fri Aug 1 21:06:27 UTC 2003
Modified Files:
PEAK/src/peak/api: __init__.py
PEAK/src/peak/config: config_components.py
PEAK/src/peak/storage: SQL.py
Log Message:
Added PropertyName.fromString() constructor, to be used when the source
string may have invalid contents. This replaces the previous 'force='
keyword fix for this, as it had a number of breakages including an
infinite loop, and it activated the "force" mode when adapting strings.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/api/__init__.py.diff?r1=1.33&r2=1.34
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.57&r2=1.58
http://cvs.eby-sarna.com/PEAK/src/peak/storage/SQL.py.diff?r1=1.47&r2=1.48
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 PEAK/src/peak/api/__init__.py
cvs rdiff -r1.57 -r1.58 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.47 -r1.48 PEAK/src/peak/storage/SQL.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