E&S CVS Commit: PEAK - Eliminated __volatile_attrs__ support. We wouldn't have been able to do

pje at eby-sarna.com pje at eby-sarna.com
Fri Aug 2 19:39:00 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Fri Aug  2 23:38:18 UTC 2002

Modified Files:
	PEAK/src/peak/binding: meta.py once.py

Log Message:
Eliminated __volatile_attrs__ support.  We wouldn't have been able to do
much with it, anyway.  If you're going to make application components
persistent, you're going to have a lot of other issues to handle besides
your Once attributes being saved.  Chances are good that you'll actually
*want* many of your Once attributes to be saved, anyway.  Most likely,
we'll need a different Component class implementation for persistent
components.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/meta.py.diff?r1=1.19&r2=1.20
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.13&r2=1.14

To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 PEAK/src/peak/binding/meta.py
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/binding/once.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