|
From: Fuzzyman <fuz...@vo...> - 2006-03-24 09:48:33
|
Hello all, I've split the ConfigObj tests into a separate file, and the changelog/todo etc into a text file. There are some example tests left in configobj.py. This has brought configobj.py down from 3700 lines to 2100 lines. (123k to 74k) I'll upload these to SVN tonight (4.3.0alpha4). Once I've done the doc changes, which are quite extensive, I'll do the release. This might take another week or so. Currently the copy mode of validate *doesn't* handle the 'DEFAULT' sections. validate doesn't touch them so that you *can* use string interpolation in your configspec files. I can't think of a clean way round this, so I'm not proposing to fix it for the moment. If this causes anyone problems I/we will have to find the best way round it. Maybe validation could just copy any DEFAULT sections without passing them through any validator checks ? Fuzzyman http://www.voidspace.org.uk/python/index.shtml |