[Python-checkins] cpython (3.2): removed misleading editing leftovers

lukasz.langa python-checkins at python.org
Fri Sep 2 23:20:18 CEST 2011


http://hg.python.org/cpython/rev/14c97947e87c
changeset:   72213:14c97947e87c
branch:      3.2
parent:      72210:ce136cdbc57e
user:        Łukasz Langa <lukasz at langa.pl>
date:        Fri Sep 02 23:17:39 2011 +0200
summary:
  removed misleading editing leftovers

files:
  Doc/library/configparser.rst |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -865,10 +865,6 @@
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list