mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Patch #1376914: traceback.format_exc() has no "file" argument
This commit is contained in:
parent
ea2625be0f
commit
071ae4cfca
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue