]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#1682942: add some ConfigParser features: alternate delimiters, alternate comments...
authorGeorg Brandl <georg@python.org>
Wed, 28 Jul 2010 13:13:46 +0000 (13:13 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 28 Jul 2010 13:13:46 +0000 (13:13 +0000)
commit96a60ae90c291d94c058c80351fa38b6d73eda92
tree68b74d560f5ff935e337ad620636624b203e00ac
parentcbb0ae4a428bae3f5c29a1f8974121bb195299ef
#1682942: add some ConfigParser features: alternate delimiters, alternate comments, empty lines in values.  Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser.  Patch by Lukas Langa, review by myself, Eric and Ezio.
Doc/library/configparser.rst
Lib/configparser.py
Lib/test/test_cfgparser.py
Misc/NEWS