E&S CVS Commit: PEAK - Fixed a problem with setting collection features. If you tried to set
pje at eby-sarna.com
pje at eby-sarna.com
Tue Feb 18 17:42:00 EST 2003
Module Name: PEAK
Committed By: pje
Date: Tue Feb 18 22:41:45 UTC 2003
Modified Files:
PEAK/src/peak/model: structural.py
Log Message:
Fixed a problem with setting collection features. If you tried to set
a collection to say '[a,b,c]', it would actually be set to
'[[a,b,c],[a,b,c],[a,b,c]]' instead, and it actually wouldn't even get that
far if there was an inverse relationship for the feature.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/model/structural.py.diff?r1=1.22&r2=1.23
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 PEAK/src/peak/model/structural.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