From 949fdba09a524bc873ed0d328d416cc4935e092e Mon Sep 17 00:00:00 2001 From: fuzzyman Date: Mon, 26 Oct 2009 20:54:09 +0000 Subject: Empty values in lists are now a syntax error. --- docs/configobj.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/configobj.txt b/docs/configobj.txt index 7d56ddb..6c4e09d 100644 --- a/docs/configobj.txt +++ b/docs/configobj.txt @@ -2296,6 +2296,8 @@ From version 4 it lists all releases and changes. * After validation any additional entries not in the configspec are listed in the 'extra_values' section member * BUGFIX: clear() clears 'defaults' +* BUGFIX: empty values in list values were accidentally valid syntax. They now + raise a ParseError. e.g. "value = 1, , 2" 2009/04/13 - Version 4.6.0 -- cgit v1.2.1