]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Re-factor: Use a RawConfigParser base class and make ConfigParser a
authorFred Drake <fdrake@acm.org>
Fri, 25 Oct 2002 18:08:18 +0000 (18:08 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 Oct 2002 18:08:18 +0000 (18:08 +0000)
commitfce6557c6b7176eb599c6b7e449936e98faf197f
tree4fa62d0f9d90125bd1c046602accd95dbcc35d70
parentf5968266739ca0b0376fa42ca103209e95580417
Re-factor:  Use a RawConfigParser base class and make ConfigParser a
derived class that adds the ugly string interpolation code.  In the
process, changed all "__" methods and instance variables to "_".
Lib/ConfigParser.py