Patch #1376914: traceback.format_exc() has no "file" argument

This commit is contained in:
Georg Brandl 2005-12-16 19:21:05 +00:00
parent ea2625be0f
commit 071ae4cfca

View file

@ -48,7 +48,7 @@ information in a thread-safe way instead of using the deprecated
variables.)
\end{funcdesc}
\begin{funcdesc}{format_exc}{\optional{limit\optional{, file}}}
\begin{funcdesc}{format_exc}{\optional{limit}}
This is like \code{print_exc(\var{limit})} but returns a string
instead of printing to a file.
\versionadded{2.4}