E&S CVS Commit: PEAK - Changes to help the tutorial be clearer, when I write it:
pje at eby-sarna.com
pje at eby-sarna.com
Tue Jul 23 11:05:00 EDT 2002
Module Name: PEAK
Committed By: pje
Date: Tue Jul 23 15:04:54 UTC 2002
Modified Files:
PEAK/src/peak/binding: components.py once.py
PEAK/src/peak/binding/tests: __init__.py
PEAK/src/peak/model: api.py
Log Message:
Changes to help the tutorial be clearer, when I write it:
bindToNames() -> bindSequence() # emphasize/clarify its nature
WeakBinding() -> WeakRefBinding() # ditto
New function: bindToUtilities(iface) # [x for x in findUtilities(iface)]
Also, some fixes to Once.usageError() and the code that calls it, to
improve usability with non-ActiveDescriptors instances (e.g. old-style
classes). This'll make the first part of the binding tutorial work better.
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.31&r2=1.32
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/binding/tests/__init__.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PEAK/src/peak/model/api.py.diff?r1=1.27&r2=1.28
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 PEAK/src/peak/binding/components.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/binding/once.py
cvs rdiff -r1.12 -r1.13 PEAK/src/peak/binding/tests/__init__.py
cvs rdiff -r1.27 -r1.28 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