]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement a safer and more predictable interpolation approach.
authorFred Drake <fdrake@acm.org>
Fri, 25 Oct 2002 21:52:00 +0000 (21:52 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 Oct 2002 21:52:00 +0000 (21:52 +0000)
commit0eebd5cef982686b9438b35d4c4ed395f437ff3e
tree49c7affd13defeba3e18990e2a9818fd83482aee
parent98e3b29b5969b7738c4c2e1e21fea47357ea6aa0
Implement a safer and more predictable interpolation approach.
Closes SF bug #511737.
Doc/lib/libcfgparser.tex
Lib/ConfigParser.py
Lib/test/test_cfgparser.py