From 99448e52147e54eae3f77c7b37e61164e17bb908 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 31 Dec 2002 12:23:10 +0000 Subject: InterpolationSyntaxError was added in 2.3 --- Doc/lib/libcfgparser.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index 92e3f9c..9951645 100644 --- a/Doc/lib/libcfgparser.tex +++ b/Doc/lib/libcfgparser.tex @@ -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} -- cgit v0.12