[Python-checkins] python/dist/src/Doc/lib libcfgparser.tex,1.27,1.28
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
2002年12月31日 04:23:13 -0800
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv10157/Doc/lib
Modified Files:
libcfgparser.tex
Log Message:
InterpolationSyntaxError was added in 2.3
Index: libcfgparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcfgparser.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** libcfgparser.tex 30 Dec 2002 23:50:19 -0000 1.27
--- libcfgparser.tex 31 Dec 2002 12:23:10 -0000 1.28
***************
*** 102,105 ****
--- 102,106 ----
Exception raised when the source text into which substitutions are
made does not conform to the required syntax.
+ \versionadded{2.3}
\end{excdesc}