= !Update = BluePrint for improving how to update Eden. == Config == Currently merging new config options to existing deployments must be done by hand. This should be possible automatically. '''Requirements''' * Merge current settings with default config into new config * Preserve comments === ConfigParser === Python's built-in ConfigParser does not support preserving comments. === ConfigObj === [http://www.voidspace.org.uk/python/configobj.html ConfigObj documentation] [http://pypi.python.org/pypi/configobj/ ConfigObj on PyPI] *INI style config files, [http://www.voidspace.org.uk/python/configobj.html#config-files example] *Used by bazaar, chandler, matplotlib, ipython, elisa === Config === [http://www.red-dove.com/config-doc/ Config documentation] *Not sure if merge function supports preserving comments