[Python-checkins] cpython (merge 3.2 -> default): merged configparser documentation leftovers cleanup from 3.2

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


http://hg.python.org/cpython/rev/306a2ed78c19
changeset:   72214:306a2ed78c19
parent:      72211:874739f36be8
parent:      72213:14c97947e87c
user:        Łukasz Langa <lukasz at langa.pl>
date:        Fri Sep 02 23:18:39 2011 +0200
summary:
  merged configparser documentation leftovers cleanup from 3.2

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