[Zodb-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.36
Fred L. Drake, Jr.
fred@zope.com
Thu, 2 Jan 2003 13:31:56 -0500
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv30176
Modified Files:
zconfig.tex
Log Message:
Update to use the forward-compatibility aliases.
=== Packages/ZConfig/doc/zconfig.tex 1.35 => 1.36 ===
--- Packages/ZConfig/doc/zconfig.tex:1.35 Thu Dec 5 00:53:44 2002
+++ Packages/ZConfig/doc/zconfig.tex Thu Jan 2 13:31:53 2003
@@ -315,13 +315,13 @@
configuration. Exactly one of these methods should be called, and it
should be called only once:
-\begin{methoddesc}{load}{url}
+\begin{methoddesc}{loadURL}{url}
Load and return a configuration object from a resource. The
resource is identified by a URL or path given as \var{url}.
Fragment identifiers are not supported.
\end{methoddesc}
-\begin{methoddesc}{loadfile}{file\optional{, url}}
+\begin{methoddesc}{loadFile}{file\optional{, url}}
Load and return a configuration from an opened file object.
If \var{url} is omitted, one will be computed based on the
\member{name} attribute of \var{file}, if it exists. If no URL can
@@ -362,7 +362,7 @@
\begin{methoddesc}{createToplevelSection}{url}
Create a new section that represents a section loaded and returned
- by the \method{load()} method of the context object. The returned
+ by the \method{loadURL()} method of the context object. The returned
section should be conform to the interface of the
\class{ImportingConfiguration} class (see the
\refmodule{ZConfig.Config} module's documentation for more