From b5bc74d538a40a1dfecf3dcb6e35c17b747d36f5 Mon Sep 17 00:00:00 2001 From: fuzzyman Date: Sat, 27 Feb 2010 18:52:08 +0000 Subject: Test for repr interpolation bug --- docs/configobj.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/configobj.txt b/docs/configobj.txt index 95d54ab..474c946 100644 --- a/docs/configobj.txt +++ b/docs/configobj.txt @@ -2399,6 +2399,8 @@ From version 4 it lists all releases and changes. * 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. +* BUGFIX: values that use interpolation to reference members that don't exist can + now be repr'd. 2010/02/06 - Version 4.7.1 -------------------------- -- cgit v1.2.1