]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
InterpolationSyntaxError was added in 2.3
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 31 Dec 2002 12:23:10 +0000 (12:23 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 31 Dec 2002 12:23:10 +0000 (12:23 +0000)
Doc/lib/libcfgparser.tex

index 92e3f9c6af97e94032b04131e1a1c57da946394d..9951645485735aca02edebb5db4269d6c5a0b77b 100644 (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}