Changes between Version 1 and Version 2 of BluePrint/UpgradeConfig


Ignore:
Timestamp:
04/17/12 19:03:52 (13 years ago)
Author:
synotna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/UpgradeConfig

    v1 v2  
    1 =Config=
     1= !Update =
     2BluePrint for improving how to update Eden.
     3== Config ==
    24Currently merging new config options to existing deployments must be done by hand. This should be possible automatically.
    35
     
    68* Preserve comments
    79
    8 ==ConfigParser==
     10=== ConfigParser ===
    911Python's built-in ConfigParser does not support preserving comments.
    1012
    11 ==ConfigObj==
     13=== ConfigObj ===
    1214[http://www.voidspace.org.uk/python/configobj.html ConfigObj documentation]
    1315[http://pypi.python.org/pypi/configobj/ ConfigObj on PyPI]
     
    1618*Used by bazaar, chandler, matplotlib, ipython, elisa
    1719
    18 ==Config==
     20=== Config ===
    1921[http://www.red-dove.com/config-doc/ Config documentation]
    2022