CVS commit: pylib - Refactored StructuralModel delegation API to handle references better.

pje at eby-sarna.com pje at eby-sarna.com
Mon Apr 23 18:48:02 EDT 2001


Module Name:	pylib
Committed By:	pje
Date:		Mon Apr 23 22:48:02 UTC 2001

Modified Files:
	pylib/TW/StructuralModel: Features.py InMemory.py
	pylib/TW/tests/StructuralModel: _Aspects.py

Log Message:
Refactored StructuralModel delegation API to handle references better.
This is mainly to make model implementations easier by minimizing the
amount of metadata they need to inspect to do their job.  (E.g. an LDAP
StructuralModel would know the difference between returning an attribute
as a value and using it as a DN to retrieve another object, without having
to consult the type of the feature.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/TW/StructuralModel/Features.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/pylib/TW/StructuralModel/InMemory.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/pylib/TW/tests/StructuralModel/_Aspects.py.diff?r1=1.6&r2=1.7

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pylib/TW/StructuralModel/Features.py
cvs rdiff -r1.2 -r1.3 pylib/TW/StructuralModel/InMemory.py
cvs rdiff -r1.6 -r1.7 pylib/TW/tests/StructuralModel/_Aspects.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