From: Victor Stinner Date: Tue, 31 Jul 2012 01:25:28 +0000 (+0200) Subject: Update the string limit in the faulthandler documentations X-Git-Tag: v3.3.0b2~82^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1713f9ae5e7ecb3fd516fe39d3c26fb705f26ef5;p=python Update the string limit in the faulthandler documentations --- diff --git a/Doc/library/faulthandler.rst b/Doc/library/faulthandler.rst index c9b954677d..b079b30f59 100644 --- a/Doc/library/faulthandler.rst +++ b/Doc/library/faulthandler.rst @@ -23,7 +23,7 @@ tracebacks: * Only ASCII is supported. The ``backslashreplace`` error handler is used on encoding. -* Each string is limited to 100 characters. +* Each string is limited to 500 characters. * Only the filename, the function name and the line number are displayed. (no source code) * It is limited to 100 frames and 100 threads.