commit | 99448e52147e54eae3f77c7b37e61164e17bb908 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Dec 31 12:23:10 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Dec 31 12:23:10 2002 +0000 |
tree | 6c31ec87240a87867b2916d2a87029175ff8617a | |
parent | c70a8e411f934303bf474cf0161e0590e0eef4c8 [diff] |
InterpolationSyntaxError was added in 2.3
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 @@ \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}