Commit 6f3cd857 authored by Fred Drake's avatar Fred Drake

Remove Configuration.setValue(); it was unused and untested. (Not needed.)

parent e365ff5c
...@@ -481,7 +481,7 @@ methods to retrieve information from the section: ...@@ -481,7 +481,7 @@ methods to retrieve information from the section:
\end{memberdesc} \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: section:
\begin{methoddesc}[Configuration]{addValue}{key, value} \begin{methoddesc}[Configuration]{addValue}{key, value}
...@@ -490,12 +490,6 @@ section: ...@@ -490,12 +490,6 @@ section:
raised. raised.
\end{methoddesc} \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}
The following methods are used in retrieving and managing sections: The following methods are used in retrieving and managing sections:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment