commit | 96a60ae90c291d94c058c80351fa38b6d73eda92 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jul 28 13:13:46 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jul 28 13:13:46 2010 +0000 |
tree | 68b74d560f5ff935e337ad620636624b203e00ac | |
parent | cbb0ae4a428bae3f5c29a1f8974121bb195299ef [diff] |
#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.