From: Georg Brandl Date: Fri, 16 Dec 2005 19:21:32 +0000 (+0000) Subject: Patch #1376914: traceback.format_exc() has no "file" argument. X-Git-Tag: v2.4.3c1~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e3335d4a22a54a877542dcd0eec55359c62fb9d;p=thirdparty%2FPython%2Fcpython.git Patch #1376914: traceback.format_exc() has no "file" argument. --- diff --git a/Doc/lib/libtraceback.tex b/Doc/lib/libtraceback.tex index 1ad165c0181a..b7f61ace9811 100644 --- a/Doc/lib/libtraceback.tex +++ b/Doc/lib/libtraceback.tex @@ -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}