E&S CVS Commit: PEAK - Moved mixin of ProviderMixin from Activator to MethodExporter, since it is
pje at eby-sarna.com
pje at eby-sarna.com
Sun Jun 8 06:37:07 EDT 2003
Module Name: PEAK
Committed By: pje
Date: Sat Jun 7 19:33:41 UTC 2003
Modified Files:
PEAK/src/peak/binding: once.py
PEAK/src/peak/model: features.py method_exporter.py
Log Message:
Moved mixin of ProviderMixin from Activator to MethodExporter, since it is
currently only needed by FeatureClass. This avoids an extra Python frame
setup when calling adapt() on (non-feature) classes. Not that a lot of
that happens in PEAK currently, but the AOP tool I'm prototyping does it
a lot.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.50&r2=1.51
http://cvs.eby-sarna.com/PEAK/src/peak/model/features.py.diff?r1=1.18&r2=1.19
http://cvs.eby-sarna.com/PEAK/src/peak/model/method_exporter.py.diff?r1=1.10&r2=1.11
To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 PEAK/src/peak/binding/once.py
cvs rdiff -r1.18 -r1.19 PEAK/src/peak/model/features.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/model/method_exporter.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