From 6a36d7667fe5773077790ac831879883425c9cd3 Mon Sep 17 00:00:00 2001 From: fuzzyman Date: Sun, 25 Oct 2009 21:38:00 +0000 Subject: clear() and reset() handles defaults, default_values and extra_values correctly. --- docs/configobj.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/configobj.txt b/docs/configobj.txt index ab8e9a4..60f78e9 100644 --- a/docs/configobj.txt +++ b/docs/configobj.txt @@ -2341,13 +2341,12 @@ From version 4 it lists all releases and changes. * ~25% performance improvement thanks to Christian Heimes * Removed __revision__ and __docformat__ * BUGFIX: Checks that failed validation would not populate 'default_values' and - 'restore_default_value' wouldn't work. -* String interpolation now works in list values. + 'restore_default_value' wouldn't work +* String interpolation now works in list values * After validation any additional entries not in the configspec are listed in - the 'extra_values' section member. - -XXX clear should also clear defaults and extras but not default_values - reset should clear all + the 'extra_values' section member +* BUGFIX: clear() clears 'defaults' + 2009/04/13 - Version 4.6.0 -------------------------- -- cgit v1.2.1