/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/util/configobj/docs/configobj.txt

  • Committer: Robert Collins
  • Date: 2008-04-04 00:43:07 UTC
  • mfrom: (3331 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3333.
  • Revision ID: robertc@robertcollins.net-20080404004307-0whomfhm3yal2rvw
Resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
----------------------------------------
8
8
 
9
9
:Authors: Michael Foord, Nicola Larosa
10
 
:Version: ConfigObj 4.5.1
11
 
:Date: 2008/02/05
 
10
:Version: ConfigObj 4.5.2
 
11
:Date: 2008/02/24
12
12
:Homepage: `ConfigObj Homepage`_
13
13
:Sourceforge: Sourceforge_
14
14
:Development: `SVN Repository`_
47
47
    - repeated sections
48
48
    - and allowing default values
49
49
 
50
 
* All comments in the file are preserved
51
 
* The order of keys/sections is preserved
52
 
* No external dependencies
 
50
* When writing out config files, ConfigObj preserves all comments and the order of members and sections
 
51
* Many useful methods and options for working with configuration files (like the 'reload' method)
53
52
* Full Unicode support
54
 
* A powerful ``unrepr`` mode for storing basic datatypes
55
53
 
56
54
 
57
55
For support and bug reports please use the ConfigObj `Mailing List`_.
60
58
Downloading
61
59
===========
62
60
 
63
 
The current version is **4.5.1**, dated 5th February 2008. ConfigObj 4 is
 
61
The current version is **4.5.2**, dated 24th February 2008. ConfigObj 4 is
64
62
now stable. We still expect to pick up a few bugs along the way though [#]_.
65
63
{sm;:-)}
66
64
 
108
106
from the `Subversion Repository <http://svn.pythonutils.python-hosting.com/trunk/pythonutils/>`_.
109
107
 
110
108
.. _configobj.py: http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj.py
111
 
.. _configobj.zip: http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.5.1.zip
 
109
.. _configobj.zip: http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.5.2.zip
112
110
.. _validate.py: http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=validate.py
113
111
.. _this document:
114
112
.. _configobj homepage: http://www.voidspace.org.uk/python/configobj.html
138
136
   {acro;PIM;Personal Information Manager}, being developed by the 
139
137
   `OSAFoundation <http://www.osafoundation.org/>`_.
140
138
 
 
139
* `matplotlib <http://matplotlib.sourceforge.net/>`_
 
140
 
 
141
        A 2D plotting library.
 
142
 
141
143
* `IPython <http://ipython.scipy.org/moin/>`_
142
144
 
143
145
    IPython is an enhanced interactive Python shell. IPython uses ConfigObj in a module called 'TConfig' that combines it with enthought `Traits <http://code.enthought.com/traits/>`_: `tconfig <http://ipython.scipy.org/ipython/ipython/browser/ipython/branches/saw/sandbox/tconfig>`_.
144
146
    
145
 
* ` Elisa - the Fluendo Mediacenter <http://elisa.fluendo.com/>`_    
 
147
* `Elisa - the Fluendo Mediacenter <http://elisa.fluendo.com/>`_    
146
148
    
147
149
    Elisa is an open source cross-platform media center solution designed to be simple for people not particularly familiar with computers.
148
150
 
2338
2340
From version 4 it lists all releases and changes.
2339
2341
 
2340
2342
 
 
2343
2008/02/05 - Version 4.5.2
 
2344
--------------------------
 
2345
 
 
2346
Distribution updated to include version 0.3.2 of validate_. This means that
 
2347
``None`` as a default value win configspecs works.
 
2348
 
 
2349
 
2341
2350
2008/02/05 - Version 4.5.1
2342
2351
--------------------------
2343
2352