Commit dcf8f73c authored by Fred Drake's avatar Fred Drake

remove two more exceptions which are not used; these are a holdover from

an older ZConfig API which has not been supported for some time
parent 1cd69a46
......@@ -1147,15 +1147,6 @@ The following exceptions are defined by this package:
was detected.
\end{excdesc}
\begin{excdesc}{ConfigurationMissingSectionError}
Raised when a requested named section is not available.
\end{excdesc}
\begin{excdesc}{ConfigurationConflictingSectionError}
Raised when a request for a section cannot be fulfilled without
ambiguity.
\end{excdesc}
\begin{excdesc}{DataConversionError}
Raised when a data type conversion fails with
\exception{ValueError}. This exception is a subclass of both
......
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