[Python-Dev] Re: [Python-checkins] python/dist/src/Doc/lib
libtraceback.tex, 1.17, 1.18
Thomas Heller
theller at python.net
Thu Nov 6 05:31:11 EST 2003
nascheme at users.sourceforge.net writes:
> Update of /cvsroot/python/python/dist/src/Doc/lib
> In directory sc8-pr-cvs1:/tmp/cvs-serv27582/Doc/lib
>
> Modified Files:
> libtraceback.tex
> Log Message:
> Add traceback.format_exc().
>
>
> Index: libtraceback.tex
> ===================================================================
> RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtraceback.tex,v
> retrieving revision 1.17
> retrieving revision 1.18
> diff -C2 -d -r1.17 -r1.18
> *** libtraceback.tex 30 Jan 2003 22:22:59 -0000 1.17
> --- libtraceback.tex 5 Nov 2003 23:02:58 -0000 1.18
> ***************
> *** 49,52 ****
> --- 49,57 ----
> \end{funcdesc}
>
> + \begin{funcdesc}{format_exc}{\optional{limit\optional{, file}}}
> + This is like \code{print_exc(\var{limit})} but returns a string
> + instead of printing to a file.
> + \end{funcdesc}
> +
Shouldn't there be a 'new in Python 2.4' note here? I don't remember how
this is spelled in LaTeX.
Thomas
More information about the Python-Dev
mailing list