E&S CVS Commit: PEAK - New, enhanced support for Zope interfaces. Now, adapters can be registered
pje at eby-sarna.com
pje at eby-sarna.com
Fri Jul 11 18:09:00 EDT 2003
Module Name: PEAK
Committed By: pje
Date: Fri Jul 11 22:08:49 UTC 2003
Modified Files:
PEAK/src/protocols: zope_support.py
PEAK/src/protocols/tests: checks.py test_zope.py
Log Message:
New, enhanced support for Zope interfaces. Now, adapters can be registered
between Zope interfaces, types, and instances. Note, however, that
interface->interface adaptation may not work if a class only declares what
it implements using the Zope interface API. This limitation might be able
to be removed later. Zope interfaces now pass a much larger segment of the
test suite than before.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/protocols/zope_support.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/protocols/tests/checks.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PEAK/src/protocols/tests/test_zope.py.diff?r1=1.8&r2=1.9
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/protocols/zope_support.py
cvs rdiff -r1.7 -r1.8 PEAK/src/protocols/tests/checks.py
cvs rdiff -r1.8 -r1.9 PEAK/src/protocols/tests/test_zope.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