Changes between Version 1 and Version 2 of BluePrint/UpgradeConfig
- Timestamp:
- 04/17/12 19:03:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/UpgradeConfig
v1 v2 1 =Config= 1 = !Update = 2 BluePrint for improving how to update Eden. 3 == Config == 2 4 Currently merging new config options to existing deployments must be done by hand. This should be possible automatically. 3 5 … … 6 8 * Preserve comments 7 9 8 == ConfigParser==10 === ConfigParser === 9 11 Python's built-in ConfigParser does not support preserving comments. 10 12 11 == ConfigObj==13 === ConfigObj === 12 14 [http://www.voidspace.org.uk/python/configobj.html ConfigObj documentation] 13 15 [http://pypi.python.org/pypi/configobj/ ConfigObj on PyPI] … … 16 18 *Used by bazaar, chandler, matplotlib, ipython, elisa 17 19 18 == Config==20 === Config === 19 21 [http://www.red-dove.com/config-doc/ Config documentation] 20 22