summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2009-11-22 23:46:38 +0000
committerfuzzyman <devnull@localhost>2009-11-22 23:46:38 +0000
commitfba246701628e365bac82c7926e964adbd457967 (patch)
treeb94618feca9e3a13d2c557258a530718be3bdb45 /docs
parent4dbe21e088aa09c19a248e74e27296c86419766f (diff)
downloadconfigobj-git-fba246701628e365bac82c7926e964adbd457967.tar.gz
Addition of get_extra_values function and test.
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 2301430..4db2da5 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2292,6 +2292,8 @@ From version 4 it lists all releases and changes.
* String interpolation now works in list value members
* After validation any additional entries not in the configspec are listed in
the ``extra_values`` section member
+* Addition of the ``get_extra_values`` function for finding all extra values
+ in a validated ConfigObj instance
* Deprecated the use of the ``options`` dictionary in the ConfigObj constructor
and added explicit keyword arguments instead. Use **options if you want
to initialise a ConfigObj instance from a dictionary