]> granicus.if.org Git - python/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 c84e4234056de88f798d0e76543e9bc4bfdd56bf..b60e544899e4ca40ae6a6035415fffacf6efd8b1 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