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)
commit987b188615eb74eef0e61a21548560f74abf288d (patch)
tree4a58a141a0ca3bf1e02755e4c7ac7c8aa6362f3b /Doc/library
parent335f204977dda691617fc3e2164930a0077a42e2 (diff)
downloadcpython-987b188615eb74eef0e61a21548560f74abf288d.zip
cpython-987b188615eb74eef0e61a21548560f74abf288d.tar.gz
cpython-987b188615eb74eef0e61a21548560f74abf288d.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 c84e423..b60e544 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