comparison README.txt @ 79:fe31a57ac577

note TODO
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 29 Mar 2012 16:51:07 -0700
parents 0f9f8f225e79
children 66a4fe43b61f
comparison
equal deleted inserted replaced
78:348451576d84 79:fe31a57ac577
101 of ``extensions`` to use, a ``read(filename)`` method that will load 101 of ``extensions`` to use, a ``read(filename)`` method that will load
102 configuration, and a ``write(config, filename)`` method to write it. 102 configuration, and a ``write(config, filename)`` method to write it.
103 ``read`` should return the read configuration. 103 ``read`` should return the read configuration.
104 If ``write`` is not present the provider cannot serialize. 104 If ``write`` is not present the provider cannot serialize.
105 105
106 TODO
107 ----
108
109 * Add http://k0s.org/hg/ConfigOptionParser and deprecate it
110
106 ---- 111 ----
107 112
108 Jeff Hammel 113 Jeff Hammel
109 114
110 http://k0s.org/mozilla/hg/configuration 115 http://k0s.org/mozilla/hg/configuration