![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archive[ANN] ConfigObj 4.3.1 & validate 0.2.2
From: Fuzzyman <fuzzyman@gmail.com>
Date: Sat Apr 29 2006 - 14:32:12 CEST
`ConfigObj 4.3.1 <http://www.voidspace.org.uk/python/configobj.html>`_
These are both minor bugfix/feature enhancement releases.
What is New in ConfigObj ?
Changes since **ConfigObj** 4.3.0 :
* Added ``validate.py`` back into ``configobj.zip``. (Thanks to Stewart
* Updated to `validate.py`_ 0.2.2.
* Preserve tuples when calling the ``dict`` method. (Thanks to Gustavo
* Changed ``__repr__`` to return a string that contains ``ConfigObj({
* Change so that an options dictionary isn't modified by passing it to
* Added ability to handle negative integers in ``unrepr``. (Thanks to
What is New in validate ?
Changes since **validate** 0.2.1 :
* Addressed bug where a string would pass the ``is_list`` test. (Thanks
What is ConfigObj ?
**ConfigObj** is a simple but powerful config file reader and writer:
* Nested sections (subsections), to any level
- including automatic type checking/conversion
* All comments in the file are preserved
What is validate ?
`validate.py <http://www.voidspace.org.uk/python/validate.html>`_ is a
It is extensible, and as well as doing type conversion from strings,
|