summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-24 22:36:44 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-24 22:36:44 (GMT)
commit51027c4173520fc04eca3caf3a6d866354709728 (patch)
treede79ba561e5e2ade8c4e0c75e88233d8c77d2178 /Doc/lib
parent16e81f448409e244525bf8d06356e74acb6d41d3 (diff)
downloadcpython-51027c4173520fc04eca3caf3a6d866354709728.zip
cpython-51027c4173520fc04eca3caf3a6d866354709728.tar.gz
cpython-51027c4173520fc04eca3caf3a6d866354709728.tar.bz2
Added note about comments, from Christopher Petrilli.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libcfgparser.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex
index 24abd1d..be65f62 100644
--- a/Doc/lib/libcfgparser.tex
+++ b/Doc/lib/libcfgparser.tex
@@ -17,7 +17,9 @@ The configuration file consists of sections, lead by a
with continuations in the style of \rfc{822}. The optional values
can contain format strings which refer to other values in the same
section, or values in a special \code{DEFAULT} section. Additional
-defaults can be provided upon initialization and retrieval.
+defaults can be provided upon initialization and retrieval. Lines
+beginning with \character{\#} are ignored and may be used to provide
+comments.
For example: