Changes between Version 3 and Version 4 of BluePrint/UpgradeConfig
- Timestamp:
- 04/17/12 19:05:47 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/UpgradeConfig
v3 v4 8 8 * Preserve comments 9 9 10 === ConfigParser ===10 === !ConfigParser === 11 11 Python's built-in ConfigParser does not support preserving comments. 12 12 13 === ConfigObj ===13 === !ConfigObj === 14 14 [http://www.voidspace.org.uk/python/configobj.html ConfigObj documentation] 15 15 [http://pypi.python.org/pypi/configobj/ ConfigObj on PyPI] 16 16 17 * INI style config files, [http://www.voidspace.org.uk/python/configobj.html#config-files example]18 * Used by bazaar, chandler, matplotlib, ipython, elisa17 * INI style config files, [http://www.voidspace.org.uk/python/configobj.html#config-files example] 18 * Used by bazaar, chandler, matplotlib, ipython, elisa 19 19 20 20 === Config === 21 21 [http://www.red-dove.com/config-doc/ Config documentation] 22 22 23 * Not sure if merge function supports preserving comments23 * Not sure if merge function supports preserving comments