]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed misleading editing leftovers
authorŁukasz Langa <lukasz@langa.pl>
Fri, 2 Sep 2011 21:17:39 +0000 (23:17 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 2 Sep 2011 21:17:39 +0000 (23:17 +0200)
Doc/library/configparser.rst

index 0c68b034a52bc16daa203edc3564a26efc64ddf9..afceb8d30ab5c19519e1de977a8e2ca1c8d7d3e5 100644 (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