E&S CVS Commit: PEAK - The naming system base classes no longer use 'attrs' as an input parameter

pje at eby-sarna.com pje at eby-sarna.com
Thu Jun 19 14:49:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Thu Jun 19 18:57:23 UTC 2003

Modified Files:
	PEAK: CHANGES.txt TODO.txt
	PEAK/src/peak/config: load_zconfig.py
	PEAK/src/peak/naming: contexts.py interfaces.py
	PEAK/src/peak/naming/factories: config_ctx.py nisns.py peak_imports.py
	PEAK/src/peak/running: logs.py

Log Message:
The naming system base classes no longer use 'attrs' as an input parameter
or return value. If you've subclassed anything from 'peak.naming.contexts',
note that your '_get()' methods should now just return the lookup value,
rather than a 'state,attrs' tuple.  For most naming contexts, this just
means you should change 'return foo, None' statements to just 'return foo'.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.51&r2=1.52
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.65&r2=1.66
http://cvs.eby-sarna.com/PEAK/src/peak/config/load_zconfig.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/naming/contexts.py.diff?r1=1.53&r2=1.54
http://cvs.eby-sarna.com/PEAK/src/peak/naming/interfaces.py.diff?r1=1.41&r2=1.42
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/config_ctx.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/nisns.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/peak_imports.py.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/PEAK/src/peak/running/logs.py.diff?r1=1.20&r2=1.21

To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 PEAK/CHANGES.txt
cvs rdiff -r1.65 -r1.66 PEAK/TODO.txt
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/config/load_zconfig.py
cvs rdiff -r1.53 -r1.54 PEAK/src/peak/naming/contexts.py
cvs rdiff -r1.41 -r1.42 PEAK/src/peak/naming/interfaces.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/naming/factories/config_ctx.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/naming/factories/nisns.py
cvs rdiff -r1.14 -r1.15 PEAK/src/peak/naming/factories/peak_imports.py
cvs rdiff -r1.20 -r1.21 PEAK/src/peak/running/logs.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