InterpolationSyntaxError was added in 2.3

This commit is contained in:
Neal Norwitz 2002-12-31 12:23:10 +00:00
parent c70a8e411f
commit 99448e5214
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ the number of iterations exceeds \constant{MAX_INTERPOLATION_DEPTH}.
\begin{excdesc}{InterpolationSyntaxError}
Exception raised when the source text into which substitutions are
made does not conform to the required syntax.
\versionadded{2.3}
\end{excdesc}
\begin{excdesc}{MissingSectionHeaderError}