]> granicus.if.org Git - python/commitdiff
Added note about comments, from Christopher Petrilli.
authorFred Drake <fdrake@acm.org>
Wed, 24 Feb 1999 22:36:44 +0000 (22:36 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 24 Feb 1999 22:36:44 +0000 (22:36 +0000)
Doc/lib/libcfgparser.tex

index 24abd1d3a7424d5ee88f18f4e6f2bca8f0a36c3a..be65f6291108b98aa66115b07b77b861d75509d9 100644 (file)
@@ -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: