E&S CVS Commit: PEAK - Added ability to designate standard bindings as 'activateUponAssembly'; you
pje at eby-sarna.com
pje at eby-sarna.com
Mon Apr 28 20:44:00 EDT 2003
Module Name: PEAK
Committed By: pje
Date: Tue Apr 29 00:43:01 UTC 2003
Modified Files:
PEAK/src/peak/binding: components.py once.py
Log Message:
Added ability to designate standard bindings as 'activateUponAssembly'; you
can now supply this as a keyword argument to just about everything but
'bindToParent()', 'bindToSelf()', 'requireBinding()' and 'delegateTo()'.
(There's no point in activating them, that I can think of.) Removed
checking for overridden 'uponAssembly()' method, since the standard way to
do things upon assembly is to use a once binding with the new keyword
argument.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.93&r2=1.94
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.38&r2=1.39
To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 PEAK/src/peak/binding/components.py
cvs rdiff -r1.38 -r1.39 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