ANN: ConfigObj 4.5.3 Released

Fuzzyman fuzzyman at gmail.com
Sat Jun 28 18:58:22 CEST 2008


A new version of ConfigObj is now available, version 4.5.3.

This version is a minor bugfix release. It fixes a relatively obscure
bug, where an exception could be raised when validating a config file
with 'copy=True' and '__many__' sections.

    * Home Page: http://www.voidspace.org.uk/python/configobj.html
    * Download: http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.5.3.zip

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.

Eggs for Python 2.4 & 2.5 are available from Python Package Index.


More information about the Python-announce-list mailing list