summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-02-27 18:41:22 +0000
committerfuzzyman <devnull@localhost>2010-02-27 18:41:22 +0000
commit0dba17be394e6e457a1f922b9a22e722e7781783 (patch)
treea5d72e50e52cac0c2b60411e87c3f45bcdfefc9d
parent6e2b06158118d43382f201ef55bd1a9664283933 (diff)
downloadconfigobj-0dba17be394e6e457a1f922b9a22e722e7781783.tar.gz
Document the bug fix.
-rw-r--r--docs/configobj.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index d4561a8..95d54ab 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2397,7 +2397,8 @@ From version 4 it lists all releases and changes.
introduced in 4.7. Lists are now only copies if interpolation changes a list
member.
* BUGFIX: ``pop`` now does interpolation in list values as well.
-
+* BUGFIX: where interpolation matches a section name rather than a value it is
+ ignored instead of raising an exception on fetching the item.
2010/02/06 - Version 4.7.1
--------------------------