python-configobj 4.7.2
A simple but powerful config file reader and writer: an ini file round tripper
http://www.voidspace.org.uk/python/configobj.html
Packager: Fethican Coşkuner
License: BSD
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
4 | 2010-09-05 | 4.7.2 | Fethican Coşkuner | Improves performance adds features for validation and fixes some bugs. |
3 | 2009-10-02 | 4.6.0 | Fethican Coşkuner | - Pickling of ConfigObj instances now supported. - Replaced use of hasattr (which can swallow exceptions) with getattr. - You can now create an empty ConfigObj with a configspec, programmatically set values and then validate. - Added as_list method. - Removed the deprecated istrue, encode and decode methods. - Running test_configobj.py now also runs the doctests in the configobj module. |
2 | 2008-08-27 | 4.5.3 | Fethican Coşkuner | Version Bump. |
1 | 2008-07-10 | 4.0.0 | Ediz Türkoğlu | First release. |