oops, someone beat me to it: merging minor configparser documentation cleanups

This commit is contained in:
Łukasz Langa 2011-09-02 23:19:52 +02:00
commit 35c912f3a2
1 changed files with 0 additions and 4 deletions

View File

@ -865,10 +865,6 @@ ConfigParser Objects
Comments can be indented. When *inline_comment_prefixes* is given, it will be
used as the set of substrings that prefix comments in non-empty lines.
line and inline comments. For backwards compatibility, the default value for
*comment_prefixes* is a special value that indicates that ``;`` and ``#`` can
start whole line comments while only ``;`` can start inline comments.
When *strict* is ``True`` (the default), the parser won't allow for
any section or option duplicates while reading from a single source (file,
string or dictionary), raising :exc:`DuplicateSectionError` or