Changes between Version 3 and Version 4 of BluePrint/UpgradeConfig


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/UpgradeConfig

    v3 v4  
    88* Preserve comments
    99
    10 === ConfigParser ===
     10=== !ConfigParser ===
    1111Python's built-in ConfigParser does not support preserving comments.
    1212
    13 === ConfigObj ===
     13=== !ConfigObj ===
    1414[http://www.voidspace.org.uk/python/configobj.html ConfigObj documentation]
    1515[http://pypi.python.org/pypi/configobj/ ConfigObj on PyPI]
    1616
    17 *INI style config files, [http://www.voidspace.org.uk/python/configobj.html#config-files example]
    18 *Used by bazaar, chandler, matplotlib, ipython, elisa
     17* INI style config files, [http://www.voidspace.org.uk/python/configobj.html#config-files example]
     18* Used by bazaar, chandler, matplotlib, ipython, elisa
    1919
    2020=== Config ===
    2121[http://www.red-dove.com/config-doc/ Config documentation]
    2222
    23 *Not sure if merge function supports preserving comments
     23* Not sure if merge function supports preserving comments