E&S CVS Commit: PEAK - 'EigenRegistry' and 'PropertyMap' no longer attempt to figure out whether

pje at eby-sarna.com pje at eby-sarna.com
Sat May 10 11:09:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sat May 10 15:08:45 UTC 2003

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak/binding: components.py
	PEAK/src/peak/config: config_components.py
	PEAK/src/peak/util: EigenData.py
	PEAK/src/peak/util/tests: EigenData.py

Log Message:
'EigenRegistry' and 'PropertyMap' no longer attempt to figure out whether
implied (i.e. inherited) interfaces are more or less general with respect
to a previous registration.  This was behavior that emulated Zope adapter
registries, but what we really wanted was more akin to a Zope "type"
registry.  The only parts of the test suite that used the old behavior
were the tests specifically written to ensure that behavior!

Also, changed the implementation of '__class_provides__' so that the
registry becomes immutable as soon as it is computed by the class.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.30&r2=1.31
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.108&r2=1.109
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.44&r2=1.45
http://cvs.eby-sarna.com/PEAK/src/peak/util/EigenData.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/util/tests/EigenData.py.diff?r1=1.3&r2=1.4

To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 PEAK/CHANGES.txt
cvs rdiff -r1.108 -r1.109 PEAK/src/peak/binding/components.py
cvs rdiff -r1.44 -r1.45 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/util/EigenData.py
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/util/tests/EigenData.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