mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
merged configparser documentation leftovers cleanup from 3.2
This commit is contained in:
commit
a4083d2dd8
1 changed files with 0 additions and 4 deletions
|
@ -865,10 +865,6 @@ ConfigParser Objects
|
||||||
Comments can be indented. When *inline_comment_prefixes* is given, it will be
|
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.
|
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
|
When *strict* is ``True`` (the default), the parser won't allow for
|
||||||
any section or option duplicates while reading from a single source (file,
|
any section or option duplicates while reading from a single source (file,
|
||||||
string or dictionary), raising :exc:`DuplicateSectionError` or
|
string or dictionary), raising :exc:`DuplicateSectionError` or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue