E&S CVS Commit: PEAK - Added experimental 'StickyAdapter' class, that registers itself as an

pje at eby-sarna.com pje at eby-sarna.com
Fri Jul 11 16:56:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Fri Jul 11 20:55:07 UTC 2003

Modified Files:
	PEAK/src/protocols: __init__.py adapters.py

Log Message:
Added experimental 'StickyAdapter' class, that registers itself as an
instance-specific adapter when it's first used.  In theory, this should
make it possible to create adapters that retain their state from one
adapt() call to another (on the same object).


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/protocols/__init__.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PEAK/src/protocols/adapters.py.diff?r1=1.4&r2=1.5

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 PEAK/src/protocols/__init__.py \
    PEAK/src/protocols/adapters.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