[Python-checkins] cpython: Update the string limit in the faulthandler documentations

victor.stinner python-checkins at python.org
Tue Jul 31 03:29:35 CEST 2012


http://hg.python.org/cpython/rev/dc9402c3db92
changeset:   78342:dc9402c3db92
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Jul 31 03:25:28 2012 +0200
summary:
  Update the string limit in the faulthandler documentations

files:
  Doc/library/faulthandler.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/faulthandler.rst b/Doc/library/faulthandler.rst
--- a/Doc/library/faulthandler.rst
+++ b/Doc/library/faulthandler.rst
@@ -23,7 +23,7 @@
 
 * 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list