sys.tracebacklimit not working in Python 3.2?
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Tue Jun 7 04:55:44 EDT 2011
En Fri, 27 May 2011 17:38:50 -0300, Thorsten Kampe
<thorsten at thorstenkampe.de> escribió:
> sys.tracebacklimit = 0
>
> The 3.2 documentation says "When set to 0 or less, all traceback
> information is suppressed and only the exception type and value are
> printed". Bug?
Yes; reported at http://bugs.python.org/issue12276
--
Gabriel Genellina
More information about the Python-list
mailing list