Commit 071ae4cf authored by Georg Brandl's avatar Georg Brandl

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

parent ea2625be
...@@ -48,7 +48,7 @@ information in a thread-safe way instead of using the deprecated ...@@ -48,7 +48,7 @@ information in a thread-safe way instead of using the deprecated
variables.) variables.)
\end{funcdesc} \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 This is like \code{print_exc(\var{limit})} but returns a string
instead of printing to a file. instead of printing to a file.
\versionadded{2.4} \versionadded{2.4}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment