From: Ɓukasz Langa Date: Fri, 2 Sep 2011 21:17:39 +0000 (+0200) Subject: removed misleading editing leftovers X-Git-Tag: v3.2.3rc1~587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7335e6f3e825243a5ec9e7886a98fb257bc0e920;p=thirdparty%2FPython%2Fcpython.git removed misleading editing leftovers --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 0c68b034a52b..afceb8d30ab5 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