]> granicus.if.org Git - python/commitdiff
Patch #1376914: traceback.format_exc() has no "file" argument
authorGeorg Brandl <georg@python.org>
Fri, 16 Dec 2005 19:21:05 +0000 (19:21 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 16 Dec 2005 19:21:05 +0000 (19:21 +0000)
Doc/lib/libtraceback.tex

index 1ad165c0181aa56d04649c8deeb1cbfbfcdf6b43..b7f61ace981197f8541a47e7debd68fd9300ff02 100644 (file)
@@ -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}