diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-12-31 12:23:10 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-12-31 12:23:10 (GMT) |
commit | 99448e52147e54eae3f77c7b37e61164e17bb908 (patch) | |
tree | 6c31ec87240a87867b2916d2a87029175ff8617a /Doc/lib/libcfgparser.tex | |
parent | c70a8e411f934303bf474cf0161e0590e0eef4c8 (diff) | |
download | cpython-99448e52147e54eae3f77c7b37e61164e17bb908.zip cpython-99448e52147e54eae3f77c7b37e61164e17bb908.tar.gz cpython-99448e52147e54eae3f77c7b37e61164e17bb908.tar.bz2 |
InterpolationSyntaxError was added in 2.3
Diffstat (limited to 'Doc/lib/libcfgparser.tex')
-rw-r--r-- | Doc/lib/libcfgparser.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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} |