From: Neal Norwitz Date: Tue, 31 Dec 2002 12:23:10 +0000 (+0000) Subject: InterpolationSyntaxError was added in 2.3 X-Git-Tag: v2.3c1~2735 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99448e52147e54eae3f77c7b37e61164e17bb908;p=thirdparty%2FPython%2Fcpython.git InterpolationSyntaxError was added in 2.3 --- diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index 92e3f9c6af97..995164548573 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}