E&S CVS Commit: PEAK - Changed in-place mutators to signal _p_changed *before* the change takes
pje at eby-sarna.com
pje at eby-sarna.com
Tue Nov 19 19:04:00 EST 2002
Module Name: PEAK
Committed By: pje
Date: Wed Nov 20 00:03:52 UTC 2002
Modified Files:
PEAK/src/peak/model: api.py
Log Message:
Changed in-place mutators to signal _p_changed *before* the change takes
place, to ensure that botched modifications can't "escape" being rolled
back in a transaction abort, because the object was never registered as
having been changed.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/model/api.py.diff?r1=1.43&r2=1.44
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 PEAK/src/peak/model/api.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