[Python-bugs-list] ConfigParser: Interpolation does not work (PR#167)

daniel@dittmar.net daniel@dittmar.net
Wed, 29 Dec 1999 09:56:27 -0500 (EST)


Full_Name: Daniel Dittmar
Version: 1.5.2
OS: NT
Submission from: proxy40.sap-ag.de (194.39.131.36)


method ConfigParser::get

        while depth < 10:               # Loop through this until it's done
            depth = depth + 1
            if not string.find(value, "%("):
                try:

test should read

string.find(value, "%(") != -1