python-configobj

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

Build files

Bug reports

Binary packages

python-configobj
python-configobj-docs

Release history

ReleaseRelease dateVersionUpdaterComment
42010-09-054.7.2Fethican CoşkunerImproves performance adds features for validation and fixes some bugs.
32009-10-024.6.0Fethican 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.
22008-08-274.5.3Fethican CoşkunerVersion Bump.
12008-07-104.0.0Ediz TürkoğluFirst release.

Patches