[Subversion] / PEAK / CHANGES.txt  

Revision 1197


Jump to revision:
Previous Next
Author: pje
Date: Thu Jun 19 18:57:23 2003 UTC (20 years, 10 months ago)

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'.

Changed paths:

Path Action Text Changes Prop Changes Diff to Previous
PEAK/CHANGES.txt modified X   (diff to previous)
PEAK/TODO.txt modified X   (diff to previous)
PEAK/src/peak/config/load_zconfig.py modified X   (diff to previous)
PEAK/src/peak/naming/contexts.py modified X   (diff to previous)
PEAK/src/peak/naming/factories/config_ctx.py modified X   (diff to previous)
PEAK/src/peak/naming/factories/nisns.py modified X   (diff to previous)
PEAK/src/peak/naming/factories/peak_imports.py modified X   (diff to previous)
PEAK/src/peak/naming/interfaces.py modified X   (diff to previous)
PEAK/src/peak/running/logs.py modified X   (diff to previous)

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help