]> granicus.if.org Git - python/commit
Issue 1781. Now ConfigParser.add_section does not let you add a
authorFacundo Batista <facundobatista@gmail.com>
Sat, 23 Feb 2008 12:46:10 +0000 (12:46 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 23 Feb 2008 12:46:10 +0000 (12:46 +0000)
commitb12f0b581a6f268d0611c87012d1273aeca220b8
tree15cd0ffb90086c018c9542aa516b988aff18bde1
parent1660933d23ed99393c2ea9bbe0204318936e3bbc
Issue 1781. Now ConfigParser.add_section does not let you add a
DEFAULT section any more, because it duplicated sections with
the rest of the machinery. Thanks Tim Lesher and Manuel Kaufmann.
Doc/library/configparser.rst
Lib/ConfigParser.py
Lib/test/test_cfgparser.py
Misc/NEWS