mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
InterpolationSyntaxError was added in 2.3
This commit is contained in:
parent
c70a8e411f
commit
99448e5214
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue