From: Fred Drake Date: Wed, 24 Feb 1999 22:36:44 +0000 (+0000) Subject: Added note about comments, from Christopher Petrilli. X-Git-Tag: v1.5.2c1~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51027c4173520fc04eca3caf3a6d866354709728;p=thirdparty%2FPython%2Fcpython.git Added note about comments, from Christopher Petrilli. --- diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index 24abd1d3a742..be65f6291108 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: