[ANN] ConfigObj 4.4.0 and Validate 0.2.3

F

Fuzzyman

Updated versions of both `ConfigObj <http://www.voidspace.org.uk/
python/configobj.html>`_ and `Validate <http://www.voidspace.org.uk/
python/validate.html>`_ are now available.

* `ConfigObj 4.4.0 <http://www.voidspace.org.uk/cgi-bin/voidspace/
downman.py?file=configobj-4.4.0.zip>`_
* `Validate 0.2.3 <http://www.voidspace.org.uk/cgi-bin/voidspace/
downman.py?file=validate.py>`_

**ConfigObj** is a Python module for the simple reading and writing of
config files. It has many features, whilst remaining easy to use.

With the assistance of **Validate** it can validate a config file
against a specification, and convert members to the expected type.

Thanks to Nicola Larosa who implemented most of the fixes in this
release.


What is New in ConfigObj 4.4.0?
=======================

* Made the import of compiler conditional so that ConfigObj can be
used with IronPython.

* Fix for Python 2.5 compatibilities.

* String interpolation will now check the current section before
checking DEFAULT sections. Based on a patch by Robin Munn.

* Added Template-style interpolation, with tests, based on a patch by
Robin Munn.

* Allowed arbitrary indentation in the ``indent_type`` parameter.

* Fixed Sourceforge bug #1523975 by adding the missing ``self``


What is New in Validate 0.2.3?
======================

Fixed validate doc to talk of boolean instead of bool; changed the
``is_bool`` function to ``is_boolean`` (Sourceforge bug #1531525).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top