[Subversion] / PEAK / CHANGES.txt  

Revision 1926


Jump to revision:
Previous Next
Author: pje
Date: Fri Nov 12 18:21:10 2004 UTC (19 years, 5 months ago)

Log Message:

Migrated 'config.IStreamSource' -> 'config.getStreamFactory'.  To update
your code, change all:

    factory = config.IStreamSource(source).getFactory(context)

to:

    factory = config.getStreamFactory(context,source)

Note that 'context' comes *before* 'source' in the argument list, so this
now matches the normal order for PEAK API's that take a context parameter.

Also, if you had an implementation or adapter for IStreamSource, you'll
need to replace it with a 'config.getStreamFactory.when()' method.

Changed paths:

Path Action Text Changes Prop Changes Diff to Previous
PEAK/CHANGES.txt modified X   (diff to previous)
PEAK/src/peak/config/config_components.py modified X   (diff to previous)
PEAK/src/peak/config/ini_files.py modified X   (diff to previous)
PEAK/src/peak/config/interfaces.py modified X   (diff to previous)
PEAK/src/peak/config/load_zconfig.py modified X   (diff to previous)
PEAK/src/peak/running/clusters.py modified X   (diff to previous)
PEAK/src/peak/tools/n2/commands.py modified X   (diff to previous)

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help