]> granicus.if.org Git - python/commitdiff
Update the string limit in the faulthandler documentations
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Jul 2012 01:25:28 +0000 (03:25 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Jul 2012 01:25:28 +0000 (03:25 +0200)
Doc/library/faulthandler.rst

index c9b954677d30dd5f3bed416d393aa600ef9e5dcb..b079b30f59d78a37f8f3cce994bf1cb02d83816f 100644 (file)
@@ -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.