mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add a versionadded tag for traceback.format_exc()
This commit is contained in:
parent
9342fb41c3
commit
378f7b5dca
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ variables.)
|
|||
\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.
|
||||
\versionadded{2.4}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{print_last}{\optional{limit\optional{, file}}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue