[Zope-Checkins] CVS: Zope/lib/python/ZConfig/doc - zconfig.tex:1.5.4.3

Chris McDonough chrism@zope.com
Sat, 26 Oct 2002 15:52:18 -0400


Update of /cvs-repository/Zope/lib/python/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv31373/lib/python/ZConfig/doc

Modified Files:
      Tag: chrism-install-branch
	zconfig.tex 
Log Message:
Merge with HEAD.  Again, sorry for the spew (what's left of it... someone seems to have filtered some of this branch's checkins out).


=== Zope/lib/python/ZConfig/doc/zconfig.tex 1.5.4.2 => 1.5.4.3 ===
--- Zope/lib/python/ZConfig/doc/zconfig.tex:1.5.4.2	Tue Oct 15 20:53:38 2002
+++ Zope/lib/python/ZConfig/doc/zconfig.tex	Sat Oct 26 15:51:48 2002
@@ -373,6 +373,16 @@
   neither \var{min} nor \var{max} is given.
 \end{methoddesc}
 
+\begin{methoddesc}[Configuration]{getlist}{key\optional{, default}}
+  Return the value for \var{key}, converted to a list.  List items are
+  separated by whitespace.
+\end{methoddesc}
+
+\begin{methoddesc}[Configuration]{has_key}{key}
+  Return \code{True} if \var{key} has an associated value, otherwise
+  returns \code{False}.
+\end{methoddesc}
+
 \begin{methoddesc}[Configuration]{items}{}
   Return a list of key-value pairs from this section, including any
   available from the delegate section.