[Zodb-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.26
Fred L. Drake, Jr.
fred@zope.com
Wed, 4 Dec 2002 17:18:55 -0500
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv24561/doc
Modified Files:
zconfig.tex
Log Message:
Remove Configuration.setValue(); it was unused and untested. (Not needed.)
=== Packages/ZConfig/doc/zconfig.tex 1.25 => 1.26 ===
--- Packages/ZConfig/doc/zconfig.tex:1.25 Wed Dec 4 17:11:29 2002
+++ Packages/ZConfig/doc/zconfig.tex Wed Dec 4 17:18:53 2002
@@ -481,19 +481,13 @@
\end{memberdesc}
-The following methods are used to modify the values defined in a
+The following method is used to modify the values defined in a
section:
\begin{methoddesc}[Configuration]{addValue}{key, value}
Add the key \var{key} with the value \var{value}. If there is
already a value for \var{key}, \exception{ConfigurationError} is
raised.
-\end{methoddesc}
-
-\begin{methoddesc}[Configuration]{setValue}{key, value}
- Set the value for \var{key} to \var{value}. If there is already a
- value for \var{key}, it is replaced. \var{key} and \var{value} must
- be strings.
\end{methoddesc}