]> granicus.if.org Git - python/commit
Patch by Chris Petrilli (not really tested since I don't know this
authorGuido van Rossum <guido@python.org>
Tue, 26 Jan 1999 19:29:25 +0000 (19:29 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 26 Jan 1999 19:29:25 +0000 (19:29 +0000)
commite6506e753bd3c1fc5c32271d30db46fb41f8486f
tree49dd456491f6b737e25b360ec38d41be87e04a94
parent9f253dc3ffb09c7a3163503453eddab060acec26
Patch by Chris Petrilli (not really tested since I don't know this
module myself) to accept an option keyword argument (vars) that is
substituted on top of the defaults that were setup in __init__.  The
patch also fixes the problem where you can't have recusive references
inside your configuration file.
Lib/ConfigParser.py