summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2011-09-02 21:17:39 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2011-09-02 21:17:39 (GMT)
commit7335e6f3e825243a5ec9e7886a98fb257bc0e920 (patch)
treede360d0686e1d7e4370ab31937f2425fb5b6f6c2 /Doc/library
parentfbd4fe2195402331b7a529d87b8dcc3f9b81f61d (diff)
downloadcpython-7335e6f3e825243a5ec9e7886a98fb257bc0e920.zip
cpython-7335e6f3e825243a5ec9e7886a98fb257bc0e920.tar.gz
cpython-7335e6f3e825243a5ec9e7886a98fb257bc0e920.tar.bz2
removed misleading editing leftovers
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/configparser.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 0c68b03..afceb8d 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