[Zodb-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.17

Fred L. Drake, Jr. fred@zope.com
Thu, 21 Nov 2002 14:21:09 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv2148/doc

Modified Files:
	zconfig.tex 
Log Message:
Add a type filter to getChildSections().

=== Packages/ZConfig/doc/zconfig.tex 1.16 => 1.17 ===
--- Packages/ZConfig/doc/zconfig.tex:1.16	Thu Nov  7 15:05:24 2002
+++ Packages/ZConfig/doc/zconfig.tex	Thu Nov 21 14:21:08 2002
@@ -439,9 +439,11 @@
   section.
 \end{methoddesc}
 
-\begin{methoddesc}[Configuration]{getChildSections}{}
+\begin{methoddesc}[Configuration]{getChildSections}{\optional{type}}
   Returns a sequence of all child sections, in the order in which they
-  were added.
+  were added.  If \var{type} is omitted or \code{None}, all sections
+  are returned; otherwise only sections of the specified type are
+  included.  The delegate is never consulted by this method.
 \end{methoddesc}
 
 \begin{methoddesc}[Configuration]{getSection}{type\optional{, name}}