Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '3.2': 0.05; 'url:bugs': 0.05; 'subject:Python': 0.06; 'less,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'exception': 0.12; 'bug?': 0.16; 'from:addr:yahoo.com.ar': 0.16; 'suppressed': 0.16; 'yes;': 0.16; 'traceback': 0.16; 'subject:skip:s 10': 0.19; 'fri,': 0.23; 'subject:not': 0.23; 'says': 0.27; 'subject:?': 0.29; 'subject:working': 0.30; 'header:X-Complaints-To:1': 0.32; 'to:addr:python-list': 0.33; 'header:User-Agent:1': 0.35; 'url:python': 0.38; 'received:org': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'received:190': 0.74; '-0300,': 0.84; 'genellina': 0.84; 'gabriel': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Gabriel Genellina" Subject: Re: sys.tracebacklimit not working in Python 3.2? Date: Tue, 07 Jun 2011 05:55:44 -0300 References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 190.2.4.25 User-Agent: Opera Mail/11.11 (Win32) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307436749 news.xs4all.nl 49175 [::ffff:82.94.164.166]:43026 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7143 En Fri, 27 May 2011 17:38:50 -0300, Thorsten Kampe 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