[Subversion] / PEAK / CHANGES.txt  

Revision 1843


Jump to revision:
Previous Next
Author: pje
Date: Fri Oct 8 19:09:42 2004 UTC (19 years, 5 months ago)

Log Message:

Added a new class, 'config.IniLoader', that can be used to lazily load
.ini files as configuration.  'IniLoader' instances have an 'iniFiles'
attribute that lists the configuration sources (filenames/URLs/factories)
to be used, and automatically load the .ini files as soon as you try to get
any configuration data for them.  Previously, similar functionality was
only available via 'config.makeRoot()'.  Also, there's now an 'ini'
reference type that instantiates an 'IniLoader' for one or more addresses.

Please see CHANGES.txt for usage examples of both new features.

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/peak.ini modified X   (diff to previous)

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help