Skip to content

Commit b141561

Browse files
author
nnorwitz
committed
Add a versionadded tag for traceback.format_exc()
git-svn-id: http://svn.python.org/projects/python/trunk@34907 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent f81746b commit b141561

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/lib/libtraceback.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ \section{\module{traceback} ---
5151
\begin{funcdesc}{format_exc}{\optional{limit\optional{, file}}}
5252
This is like \code{print_exc(\var{limit})} but returns a string
5353
instead of printing to a file.
54+
\versionadded{2.4}
5455
\end{funcdesc}
5556

5657
\begin{funcdesc}{print_last}{\optional{limit\optional{, file}}}

0 commit comments

Comments
 (0)