diff options
author | Łukasz Langa <lukasz@langa.pl> | 2011-09-02 21:17:39 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2011-09-02 21:17:39 (GMT) |
commit | 987b188615eb74eef0e61a21548560f74abf288d (patch) | |
tree | 4a58a141a0ca3bf1e02755e4c7ac7c8aa6362f3b /Doc/library | |
parent | 335f204977dda691617fc3e2164930a0077a42e2 (diff) | |
download | cpython-987b188615eb74eef0e61a21548560f74abf288d.zip cpython-987b188615eb74eef0e61a21548560f74abf288d.tar.gz cpython-987b188615eb74eef0e61a21548560f74abf288d.tar.bz2 |
removed misleading editing leftovers
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/configparser.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index c84e423..b60e544 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -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 |